Hi, I am using FMOD for the first time. Facing some errors in code, seeking for help. ASAP
I have successfully imported audio from Android to FMOD native c++, added dsp filters and effects, Created the sound, Played the sound. Now it was time to SAVE the sound to android specific folder.
But I am getting an error while doing so.
When i put this Line of code:
result = system->setOutput(FMOD_OUTPUTTYPE_WAVWRITER_NRT)
i get this error:
Error 18, File not found.
I created input sound file and output sound empty file path from Android side, and they do exists. Input is working fine but giving error on saving the file.
Need urgent help.