I'd like to add a background music in my game Komando,
I use Linux with Audiere (the sound engine).
The Techdomo runs perflectly under Windows with sound. So i modify this code to my game source code.
But I have got a lot of error !
Have you got a piece a code that runs under Linux ?
I've been having abit of trouble with Audiere, when I use it in more than one of my 'classes' it crashes. (I use Windows) But a suggestion would be to try another sound API... FMOD and BASS are ok.
Also, did you make sure to include the right files and link the library? (audiere.lib)
I had the same problem with audiere.So i decided to move to OpenAL.
It's really easy and gives you more control on your sound.
Here are some tutorials that may help you:http://www.devmaster.net/articles.php?catID=6
I've been using Audiere for a while and it works fine. You just gotta know how to call it correctly. You create an AudioDevicePtr and a sound object at the beginning of your code like so