OS X Framework for SDL_sound?

I was able to find frameworks for SDL and SDL_mixer (on
http://www.libsdl.org/download-1.2.php and
http://www.libsdl.org/projects/SDL_mixer), but after looking for quite
some time, I can’t find one for SDL_sound anywhere. Is there one? If
not, how do I make one?

I just announced a new Core Audio decoder backend for SDL_sound on the
SDL_sound mailing list. I also posted a quick and dirty Xcode project
with my repo which you can find here:
http://www.assembla.com/spaces/SDL_sound_CoreAudio/documents

Quick note: I target 10.5+ in this project because I want to use
@rpath which is unlike the SDL, SDL_mixer frameworks which use
@executable_path and support 10.4.

-EricOn 10/2/10, Nikos Chantziaras wrote:

I was able to find frameworks for SDL and SDL_mixer (on
http://www.libsdl.org/download-1.2.php and
http://www.libsdl.org/projects/SDL_mixer), but after looking for quite
some time, I can’t find one for SDL_sound anywhere. Is there one? If
not, how do I make one?


Beginning iPhone Games Development
http://playcontrol.net/iphonegamebook/