Skip to content
Discussion options

You must be logged in to vote

Actually the issue is, that you use the ChannelSplitOutput to send the output to the same output: this is not supported!
You would need to send them to separate output objects!

This is writing the first 1k of data of the left channel followed by the next 1k of data of the right channel and then you print the first sample of the left channel as left channel sample and the second sample of the left channel as right channel sample....

You could try to make the copy size the sample size, but this will be very inefficient....

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
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
2 participants