Skip to content

Outputing a2dp_sink to a FilteredStream #620

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

You must be logged in to vote

Do you really want to use a FilteredStream ? I think the Equilizer3Bands is much easier to use.

I am confused about your mono statement: I have always seen stereo so far. Maybe you want to convert the Stereo into Mono ?

There are always many ways to do the same thing:

  • You could use the A2DPStream from the AudioTools to build your chain
  • You can use the BluetoothA2dpSink and in the callback you just write the data to your FilteredStream

And please condider the advice given in the Wiki: build your solution in multiple steps so that you can test them individually.

Replies: 2 comments 1 reply

Comment options

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

Answer selected by pschatzmann
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants