Closed FozzeY closed 1 month ago
This fixes an oversight where the sound pitch to stepping lookup table did not account for different sample rates of the sounds, which resulted in the effect not working properly at higher sample rates.
Fixed differently in PrBoom+:
https://github.com/coelckers/prboom-plus/commit/02eeb49dbcad7042d6ac572f2d04f1b1b090acee
Oh wow, I didn't think to check PrBoom+ for that. It does look a lot better.
Thanks 👍
This fixes an oversight where the sound pitch to stepping lookup table did not account for different sample rates of the sounds, which resulted in the effect not working properly at higher sample rates.