change sound rate using Makefile
SimpleTease opened this issue · 1 comments
SimpleTease commented
I think there should be way to select different sample rate if using Makefile define at compile-time.
Default
- Libretro = 48000
- SDL = 44100
SimpleTease commented
Actually this is a bad idea since compiler user may have no clue what they're doing. Libretro wave files are rate hard-coded whereas Sdl can dynamic resample after loading.