Skip to content

one input to three output #265

Answered by pschatzmann
FFiot asked this question in Q&A
Jul 16, 2022 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

I don't think this is an issue but should be rather a discussion and I suggest you read the documentation: https://github.com/pschatzmann/arduino-audio-tools/wiki/Splitting-and-Merging-Audio. A MultiOutput with an output to ConvertedStream should be your starting point.

  • You will need to implement your own Converter to get the data of the left or right channel only. Alternatively you can use the ConverterFillLeftAndRight to copy a specific channel to the other. The current ChannelReducer is mixing all channels into one.
  • Currently there is no AudioStream class with a callback: However you can use the ConvertedStream class by providing your own converter.
  • Though you can write your own copy …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@FFiot
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
Converted from issue

This discussion was converted from issue #264 on July 16, 2022 07:25.