comparison libao2/ao_sdl.c @ 12714:c907a648be72

Let's keep the full functionality for the release, we can switch this off when we have found a nicer automatic solution for -af volume.
author diego
date Mon, 28 Jun 2004 14:18:47 +0000
parents c1371fce7267
children 7b9b4f07d2c4
comparison
equal deleted inserted replaced
12713:13f9a831474f 12714:c907a648be72
34 }; 34 };
35 35
36 LIBAO_EXTERN(sdl) 36 LIBAO_EXTERN(sdl)
37 37
38 // turn this on if you want to use the slower SDL_MixAudio 38 // turn this on if you want to use the slower SDL_MixAudio
39 #undef USE_SDL_INTERNAL_MIXER 39 #define USE_SDL_INTERNAL_MIXER 1
40 40
41 // Samplesize used by the SDLlib AudioSpec struct 41 // Samplesize used by the SDLlib AudioSpec struct
42 #ifdef WIN32 42 #ifdef WIN32
43 #define SAMPLESIZE 2048 43 #define SAMPLESIZE 2048
44 #else 44 #else