SpaceCadetPinball icon indicating copy to clipboard operation
SpaceCadetPinball copied to clipboard

works great only issue is sound is scratchy on windows 10

Open psxpetey opened this issue 2 years ago • 4 comments

love it can finally play fullscreen I had a workaround with another app but fullscreen wasnt working. With this fulltilt works perfectly just scratchy audio

psxpetey avatar Sep 08 '23 16:09 psxpetey

I am also seeing crackling sound on Windows with the latest SDL_mixer 2.6.3, but only in x64 build. Test with x86 build.

If you are building from source - downgrade SDL_mixer version, try different frequencies in Mix_OpenAudio.

k4zmu2a avatar Sep 11 '23 04:09 k4zmu2a

This is still a thing in 2.1.0. Happens only with SOUND1.WAV; always in x64 build, sometimes in x86 build. The file itself does not appear to be clipping and plays fine in media players. Potential workaround – resample the file at the loading stage.

k4zmu2a avatar Oct 16 '23 06:10 k4zmu2a

As it turns out, a resampling bug in SDL itself caused this. With the latest version of SDL SOUND1.WAV plays without distortion. I have updated Windows binaries for V2.1.0 release.

k4zmu2a avatar Oct 17 '23 06:10 k4zmu2a

As it turns out, a resampling bug in SDL itself caused this. With the latest version of SDL SOUND1.WAV plays without distortion. I have updated Windows binaries for V2.1.0 release.

Thanks I’ll be sure to download it I love this implementation you put a lot of love and care into it

psxpetey avatar Oct 17 '23 06:10 psxpetey