Hi,
because I have some problems with maximilian & iOS simulator, I’m testing ofSoundPlayer just to have some sounds illustrating some visuals event.
But I still have … no sound :-/
Using ofSoundPlayer instead of ofSoundStream, are those rows enought to play my sound ?
ofSoundPlayer myPlayer;
myPlayer.loadSound("sound.mp3");
myPlayer.setMultiPlay(true);
myPlayer.setVolume(0.8f);