An open API service indexing awesome lists of open source software.

https://github.com/louisshark/qqchangevoice

利用fmod完成qq的变声功能
https://github.com/louisshark/qqchangevoice

android fmod qq

Last synced: 6 months ago
JSON representation

利用fmod完成qq的变声功能

Awesome Lists containing this project

README

          

# QQChangeVoice
利用fmod完成qq的变声功能

**因为只是我学习时的demo 所以只完成了功能,性能之类的东西并没有考虑,如果要使用请自己完成线程之类的编码**

## Save Sound with Effect
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.