Replies: 2 comments
-
Nope, there's not way to do that in miniaudio. A resampler will not help you in any way. That's actually a non-trivial problem. You will need to do it at the data source level. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks, I see. I also realized that it can't be done with a resampler, but I haven't thought of a good implementation yet. Maybe I can do it by storing two data sources or reverse the data stored by data source. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In some scenarios, we may want to play the sound backwards. Do I need to customize the resampler ?
Beta Was this translation helpful? Give feedback.
All reactions