Replies: 1 comment 2 replies
-
Please share the log: double check that i2s gets informormed about the 2 channels. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using FormatConverterStream to convert URLstreams with different sampling rates and channel counts, so they can eventually be sent to a mixer for further processing. I've observed the following:
I see no changes in the log when the sound starts breaking up, but the pace of the messages slows down to match the gaps in the audio:
(also, if I specify a larger buffer size in the StreamCopy constructor, I see no effect in the copy sizes decribed in the logs, but maybe I'm misunderstanding that?)
Test sketch that shows the problem with a mono -> stereo conversion after a few seconds:
Beta Was this translation helpful? Give feedback.
All reactions