When AudioKitStream channels (MONO / STEREO) is change, the sound appears SLOW DOWN. #1873
-
I try to change the following characteristics of a WAV stream playing, on run time (using player object)
All appears work fine, but if I change channels from 2 to 1, the sound appears to slow down. I was waiting for a stereo lost but not a slow down sound. Is it normal functionality? This is my part of code where I change these parameters on playing time.
Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
AudioKitStream is obsolete, please use the new documented functionality! If you want to change the data format on the fly, please read the corresonding Wiki |
Beta Was this translation helpful? Give feedback.
-
How Can I applied the example to player object? Now my WAV player is very complex, uses
But, how Can I out the converted signal to player output? |
Beta Was this translation helpful? Give feedback.
AudioKitStream is obsolete, please use the new documented functionality!
If you want to change the data format on the fly, please read the corresonding Wiki