Ralith / oddio

Lightweight game audio
Apache License 2.0
150 stars 9 forks source link

Stop<T> can cause popping #73

Closed mooman219 closed 2 years ago

mooman219 commented 2 years ago

https://github.com/Ralith/oddio/blob/adc60db7a8c9ccda5a45e5b3a6c06a1a82f8dc25/src/mixer.rs#L92-L98

Abruptly halting the signal can create pops here. This state transition will need to be smoothed to some degree.

mooman219 commented 2 years ago

Whoops just saw the other issue.