TheOverfloater / pathos-public

Public release of Pathos Engine
MIT License
39 stars 9 forks source link

Weird glitchy audio sound? #45

Closed valina354 closed 2 months ago

valina354 commented 2 months ago

im replacing all the sounds in game with new uncopyrighted ones for my game, they are .wav but im running into issue, they are sounding like this, whats going on? is it something related to hz or bitrate? it is apparntly 44800 hz, does engine only support 44100? or lower/higher?

https://github.com/user-attachments/assets/eca84a15-dba3-4930-b954-2d6078224599

valina354 commented 2 months ago

i changed them to 44100 and same thing to, using audacity

valina354 commented 2 months ago

its happening on every wav file i add

valina354 commented 2 months ago

i figured out it only works with normal 8 bit or 16bit wavs, anything else like 32 bit floats doesnt work