mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 00:06:59 +02:00
a364b4ef96
This bug results in the first period of samples being pitched at 1.0 regardless of whether or not ma_sound_set_pitch() had been called. What happens is that the first period is processed at a rate of 1.0, and then the pitch is applied after the fact. Then, the next period comes along and resamples at the pitch set by ma_sound_set_pitch() which results in a harsh sounding glitch.
This folder contains code that I'm experimenting with outside of the main miniaudio library. It's just for my own research and experimenting which I'm putting into the repository for version control purposes and to get feedback from the community. You should not consider any of this code to be production quality.