andrei-drexler / ironwail

High-performance QuakeSpasm fork
GNU General Public License v2.0
489 stars 43 forks source link

Default `snd_filterquality` to `5` on all platforms for audio consistency #194

Closed Calinou closed 1 year ago

Calinou commented 1 year ago

Previously, audio sounded significantly better on Windows than on macOS/Linux due to the default being 5 on Windows and 1 on macOS/Linux.

PS: We could also consider making snd_filterquality CVAR_ARCHIVE while we're at it.

andrei-drexler commented 1 year ago

Merged in https://github.com/andrei-drexler/ironwail/commit/6da9f376d7afb831450e655b6049f4997035628f, thank you! I think saving snd_filterquality to config is also a good idea - changed in https://github.com/andrei-drexler/ironwail/commit/0b7010e4f63cc3aff324210dced5ebb14a8a5649.