Skip to content

Implementing DSP capabilities #215

Answered by pschatzmann
AydySmith asked this question in Q&A
Discussion options

You must be logged in to vote

It is documented in the Readme (Accessing the Sink Data Stream with Callbacks) and there is an example (bt_music_receiver_datacallback). Just cast the data to a (int16_t*). The even samples are for one channel the odd samples are for the other channel.

I would recommend that you use my Arduino Audio Tools library for the for the DSP processing. There are many examples in that library e.g. basic-a2dp-i2s/ just search for a2dp

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@AydySmith
Comment options

Answer selected by pschatzmann
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants