On Fri, 11 Jul 2008 13:49:35 -0700, Austin Haas <[EMAIL PROTECTED]> wrote:
> Sorry, I should have also mentioned that even when I can get a sample > to play, there is a significant delay between firing the sound and > hearing it. It might be 1/4 to 1/2 a second delay. That's because of the default chunksize of 4096 bytes. Decrease lag by decreasing the chunksize like this: (sdl-mixer:OPEN-AUDIO :chunksize 1024) See the documentation for OPEN-AUDIO for more details. - Luke _______________________________________________ application-builder mailing list [email protected] http://www.lispniks.com/mailman/listinfo/application-builder
