Hello ! > system("export SDL_AUDIODRIVER=alsa"); No. SDL has a nice function to do that : SDL_putenv ("SDL_AUDIODRIVER=alsa"); CU