Javanaise/mrboom-libretro

change sound rate using Makefile

SimpleTease opened this issue · 1 comments

I think there should be way to select different sample rate if using Makefile define at compile-time.

Default

  • Libretro = 48000
  • SDL = 44100

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.