"Accelerate" playback on the fly #903
-
In our system we are playing back audio data from a queue filled continuously by a network stream. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
ma_sound_set_pitch()
should do what you're after. It'll result in the sound being a higher pitch, but it'll process data at a faster rate to allow it to catch up.