Khatuni - 2011-04-12

Can anybody help me get the Audiere API to work in Dev-C++ (mingw compiler)?
I took this tutorial: http://gpwiki.org/index.php/Audiere:Tutorials:Introduct
ion,
which
looked really simple. I only had to add #include <iostream> and it compiled
fine. Then I typed the name of the wav sound in the console and pressed Enter,
but it didn't play. I did everything as it said in the tutorial, apart from
including iostream.

There are two other tutorials at the bottom, they both compiled and ran as
well, but only the script under "Another Example by Johnathan Botha" runs the
sound 1 out of 4 times, completely random, and it still plays only after 10
sec. The other tutorial doesn't play any sound.

I'm convinced that there's nothing wrong with these scripts, it probably has
to do with the setup. But I've tried lots of different settings and nothing
works.

Any help is greatly appreciated!