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.