Index: fluidsynth.cc =================================================================== --- fluidsynth.cc (revisión: 10042) +++ fluidsynth.cc (copia de trabajo) @@ -200,6 +200,8 @@ std::string fluidsynth_driver = "dsound"; #elif defined(__APPLE__) && __APPLE__ std::string fluidsynth_driver = "coreaudio"; +#elif __ANDROID__ + std::string fluidsynth_driver = "oboe"; #else std::string fluidsynth_driver = "sdl2"; #endif