I have a problem with opening sound files on OS X.
I have the OpenAL, sndfile, and all of the sfml frameworks linking fine.
Whenever I open up a sound file though i get the following:
Failed to open "test.wav" for reading
Failed to play audio stream : sound parameters have not been initialized (call Initialize first)
Is there something I should be doing different on a mac than on linux?