Kore Audio2 buffer and callback clarification. #626
-
I am using Kore's Audio2 callback feature, and the following code is based on one of your older code samples (I can no longer find the original file). However, I can't determine whether the buffer is mono or stereo, and whether the buffer.writeLocation increment of 4 is correct.
Any input would be greatly appreciated. |
Beta Was this translation helpful? Give feedback.
Answered by
RobDangerous
Jun 18, 2021
Replies: 1 comment
-
It's always an interleaved stereo-buffer. And += 4 is correct, that's for four bytes. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
aleph1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's always an interleaved stereo-buffer. And += 4 is correct, that's for four bytes.