Reverse audio playing

Hi !

Is there a convenient way to play an audio source in reverse (and to change playback direction while playing) ?

No - that’s actually a lot harder than it sounds. You could play a PositionableAudioSource backwards but would have to write a special transport source to reverse all the blocks of samples that it supplies.

Ok, i’ll try to do it myself !