> Do I need to init audio subsyste before using sdl mixer functions or is > enough to use mix_openaudio? You need to call SDL_Init(SDL_INIT_AUDIO), but Mix_OpenAudio() will handle actually opening the audio device. --ryan.