if(Mix_OpenAudio(22050, MIX_DEFAULT_FORMAT, 2, 512) < 0) { fprintf(stderr, "Couldn't open SDL_mixer audio: %s\n", Mix_GetError()); }