[SDL] SDL_mixer1.2.7 - MP3 playback is unstable on WinXP...
Erik Yuzwa
wazoo at wazooenterprises.com
Thu Aug 3 08:40:26 PDT 2006
Hi,
I'm running XP and I've NEVER had a problem using the AUDIO_S16 parameter
for the format, and none of my testers has reported any problems either
with this configuration.
*shrug*
Mix_OpenAudio(MIX_DEFAULT_FREQUENCY, AUDIO_S16, MIX_DEFAULT_CHANNELS, 1024)
??
hth,
Erik
Peter Mulholland wrote:
> SlntHero at aol.com wrote:
>
>>
>> "Find out exactly where the crashes occur. This is fairly easy with
>> Visual Studio. My guess is that the crashes are inside smpeg"
>>
>>
>> Crash occurs sometimes (maybe 1 out of 10 runs) in the following SDL_mixer
>> functions:
>> "Mix_OpenAudio"
>> "Mix_PlayMusic"
>> "Mix_CloseAudio"
>>
>> when
>> Mix_OpenAudio(MIX_DEFAULT_FREQUENCY, MIX_DEFAULT_FORMAT,
>> MIX_DEFAULT_CHANNELS, 1024)
>>
>> Program locks-up (not responding).
>>
>
> When it locks up, attach the debugger to it, and see where it has locked up.
>
> Crashing inside Mix_OpenAudio() though would point to something serious
> going on. Try testing just SDL using the loopwave.c test example.
>
> Pete.
>
> _______________________________________________
> SDL mailing list
> SDL at libsdl.org
> http://www.libsdl.org/mailman/listinfo/sdl
>
>
More information about the SDL
mailing list