thanks your answeră
My Englisg is not goodă
These days I find the problemă
the problem code is:
result = system->init(32, FMOD_INIT_STREAM_FROM_UPDATE, &outputPath);
Modify the outputPath is :
char outputPath[200] = âoutputpathâ;
result = system->init(32, FMOD_INIT_STREAM_FROM_UPDATE, outputPath);
the outputPath is pointer,The right is âchar pathâ not pointer pathănow it can output wav fileă