PadWorld-Entertainment / worldofpadman

World of PADMAN game repository
https://worldofpadman.net
Other
39 stars 9 forks source link

Console spams status message "WARNING: music file ....ogg is not 22kHz #113

Closed kai-li-wop closed 2 years ago

kai-li-wop commented 2 years ago

The console keeps spamming "WARNING: music file xyz.ogg is not 22k" when OpenAL is enabled and speed is set to 44100 (Hz). Happens so far I could see only with WoP soundtrack tracks in /wopmusic, which all are 44kHz ogg files.

Does not depend on the sound setting. Also happens when sound engine is set to SDL and speed is set to 11kHz, 22kHz, or 44kHz.

kai-li-wop commented 2 years ago

Should be fixed with https://github.com/PadWorld-Entertainment/worldofpadman/commit/c6ab7b038511d95ba4f015c00165da9f49d0bc98. Simply changed warning to check and compare with 44kHz as this should be the default quality of all music files.