Recording is not playing

74 views Asked by At

I am implementing this in my app

mAudioPlayer = mSoundEngine->play2D(localMainFilePath.toStdString().c_str(), false, false, true);

mAudioPlayer is of type

irrklang::ISound *mAudioPlayer;

When i try to play recording crash occured saying access voilation on debugging I am getting
mAudioPlayer has 0x00000000

why mAudioPlayer is not intialising.

0

There are 0 answers