Luke Crook | 11 Apr 2008 00:30
Gravatar

Audio in sdl and sdl-mixer

I have added a new example to examples/raw-audio-test.lisp. It shows the basic 
calls necessary to output WAV audio in sdl. Tested in SBCL and Lispworks in 
win32. Set (defparameter *wav-file* "example.wav") to the location of your WAV 
file.

lispbuilder-sdl-mixer is working once again with support for SDL_mixer v1.2.8. 
Tested using SDL_mixer v1.2.7 and v1.2.8 in win32 with no issues.

- Luke
Luke J Crook | 11 Apr 2008 06:51
Gravatar

Re: Audio in sdl and sdl-mixer

Luke Crook wrote:
> lispbuilder-sdl-mixer is working once again with support for SDL_mixer v1.2.8. 
> Tested using SDL_mixer v1.2.7 and v1.2.8 in win32 with no issues.
>   
I made small change so lispbuilder-sdl-mixer now works on Ubuntu as well.

- Luke
Justin Heyes-Jones | 11 Apr 2008 00:36
Picon
Gravatar

Re: Audio in sdl and sdl-mixer

Great stuff! I'll check it out when I can.

On 10/04/2008, Luke Crook <luke@...> wrote:
> I have added a new example to examples/raw-audio-test.lisp. It shows the basic
>  calls necessary to output WAV audio in sdl. Tested in SBCL and Lispworks in
>  win32. Set (defparameter *wav-file* "example.wav") to the location of your WAV
>  file.
>
>  lispbuilder-sdl-mixer is working once again with support for SDL_mixer v1.2.8.
>  Tested using SDL_mixer v1.2.7 and v1.2.8 in win32 with no issues.
>
>  - Luke
>
>  _______________________________________________
>  application-builder mailing list
>  application-builder@...
>  http://www.lispniks.com/mailman/listinfo/application-builder
>

Gmane