diff --git a/config.h b/config.h index 2b6057376c..5ed83e7aab 100644 --- a/config.h +++ b/config.h @@ -39,7 +39,7 @@ // Chooses which video and audio subsystem to use. Remember to update config.mk if you change these. #define VIDEO_DRIVER VIDEO_GL -#define AUDIO_DRIVER AUDIO_ALSA +#define AUDIO_DRIVER AUDIO_RSOUND //////////////// @@ -79,7 +79,7 @@ static const bool force_aspect = true; //////////////// // Output samplerate -static const unsigned out_rate = 96000; +static const unsigned out_rate = 48000; // Input samplerate from libSNES. // Lower this (slightly) if you are experiencing frequent audio dropouts and vsync is enabled.