Skip to content

Commit

Permalink
Merge pull request #471 from lordhoto/sdl-default-rate
Browse files Browse the repository at this point in the history
SDL: Default audio output rate to 44kHz.
  • Loading branch information
lordhoto committed Jun 29, 2014
2 parents cc1a570 + e80bdfc commit dd4388b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions backends/mixer/sdl/sdl-mixer.cpp
Expand Up @@ -33,9 +33,8 @@
#ifdef GP2X
#define SAMPLES_PER_SEC 11025
#else
#define SAMPLES_PER_SEC 22050
#define SAMPLES_PER_SEC 44100
#endif
//#define SAMPLES_PER_SEC 44100

SdlMixerManager::SdlMixerManager()
:
Expand Down
3 changes: 1 addition & 2 deletions backends/mixer/sdl13/sdl13-mixer.cpp
Expand Up @@ -33,9 +33,8 @@
#ifdef GP2X
#define SAMPLES_PER_SEC 11025
#else
#define SAMPLES_PER_SEC 22050
#define SAMPLES_PER_SEC 44100
#endif
//#define SAMPLES_PER_SEC 44100

Sdl13MixerManager::Sdl13MixerManager()
:
Expand Down

0 comments on commit dd4388b

Please sign in to comment.