Sebastian Alff
2006-03-29 10:59:09 UTC
Hi!
I just downloaded audiere and wrote a simple program based on the tutorial
from the doc directory.
AudioDevicePtr device = OpenDevice();
if (!device) {
Error();
}
OutputStreamPtr stream(OpenSound(device, "test.mp3", true));
if (!stream) {
Error();
}
stream->setRepeat(true);
stream->setVolume(1.0f);
stream->play();
I use GCC, link against the audiere.lib and the audiere.dll is in the
executable's directory. But unfortunately I hear nothing. Can someone help
me?
regards
-Sebastian
I just downloaded audiere and wrote a simple program based on the tutorial
from the doc directory.
AudioDevicePtr device = OpenDevice();
if (!device) {
Error();
}
OutputStreamPtr stream(OpenSound(device, "test.mp3", true));
if (!stream) {
Error();
}
stream->setRepeat(true);
stream->setVolume(1.0f);
stream->play();
I use GCC, link against the audiere.lib and the audiere.dll is in the
executable's directory. But unfortunately I hear nothing. Can someone help
me?
regards
-Sebastian