Index: music/fluidsynth.cc =================================================================== --- music/fluidsynth.cc (revisión: 9631) +++ music/fluidsynth.cc (copia de trabajo) @@ -180,7 +180,7 @@ #elif __APPLE__ std::string fluidsynth_driver = "coreaudio"; #else - std::string fluidsynth_driver = "sdl2"; + std::string fluidsynth_driver = "pulseaudio"; if( !SDL_WasInit(SDL_INIT_AUDIO) ) { if( SDL_InitSubSystem( SDL_INIT_AUDIO ) != 0 ) {