Post your questions, suggestions and experiences regarding game design, integration of external libraries here. For irrEdit, irrXML and irrKlang, see the
ambiera forums
Jeko
Posts: 2 Joined: Sun Jan 21, 2007 6:39 pm
Location: Switzerland
Post
by Jeko » Sat Jan 27, 2007 7:47 pm
Hi
I'm just courious what's the difference between playMusic() and play2D() ?
While play2D() is working fine I coudn't create any sound with playMusic().
May somebody can give me some code lines.
I have tried this
Code: Select all
ISoundSource *source = SoundEngine->addSoundSource("sound\\The_Castle_Below.ogg");
SoundEngine->playMusic(source);
SoundEngine->setMusicVolume((f32)1.0);
No error but also no sound.
BMarleyFR
Posts: 19 Joined: Thu Jan 18, 2007 12:14 am
Post
by BMarleyFR » Sun Jan 28, 2007 9:41 am
Hi,
playMusic() is not implement yet, look at the note in the ISoundEngine.h source file --> " NOTE: Not implemented yet."
Jeko
Posts: 2 Joined: Sun Jan 21, 2007 6:39 pm
Location: Switzerland
Post
by Jeko » Mon Jan 29, 2007 5:39 pm
BMarleyFR wrote:
playMusic() is not implement yet, look at the note in the ISoundEngine.h source file --> " NOTE: Not implemented yet."
In fact, if I remove my sunglasses I can read this now
Thanks