https://github.com/louisshark/qqchangevoice
利用fmod完成qq的变声功能
https://github.com/louisshark/qqchangevoice
android fmod qq
Last synced: 6 months ago
JSON representation
利用fmod完成qq的变声功能
- Host: GitHub
- URL: https://github.com/louisshark/qqchangevoice
- Owner: LouisShark
- Created: 2017-08-25T06:17:45.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-05-29T10:12:38.000Z (about 2 years ago)
- Last Synced: 2025-02-06T12:05:02.544Z (over 1 year ago)
- Topics: android, fmod, qq
- Language: C
- Size: 2.44 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.