On Wed, 2004-11-10 at 14:57, Bill Kendrick wrote:
> On Tue, Nov 09, 2004 at 09:40:18PM -0500, Albert Cahalan wrote:

> > BTW, the sound is messed up too. I just get static.
> 
> Unfortunately, this is /not/ an issue on the latest Mac OS X build.
> Can you try altering the buffer size being set when the SDL sound system
> is first being initialized?

Using AUDIO_S16MSB fixes it:
if (Mix_OpenAudio(44100, AUDIO_S16MSB, 2, 1024) < 0)

Now that I have sound working, I notice that latency
is a problem. I can take the buffer size way down,
but it doesn't help. (I tried 64) Maybe the sound
files need to be trimmed.


_______________________________________________
Tuxpaint-dev mailing list
[EMAIL PROTECTED]
http://tux4kids.net/mailman/listinfo/tuxpaint-dev

Reply via email to