利用fmod完成qq的变声功能
因为只是我学习时的demo 所以只完成了功能,性能之类的东西并没有考虑,如果要使用请自己完成线程之类的编码
To save a sound with an effect applied to it, use the saveSoundWithEffect
method in the VoiceFixer
class. This method allows you to specify the input sound file, the output path where the sound file will be saved, and the effect mode to apply. Ensure you have the necessary permissions to write to the SD card.