getAudioEffectManager abstract method
Get sound effect management class (TXAudioEffectManager)
TXAudioEffectManager is a sound effect management API, through which you can implement the following features:
- Background music: Both online music and local music can be played back with various features such as speed adjustment, pitch adjustment, original voice, accompaniment, and loop.
- In-ear monitoring: The sound captured by the mic is played back in the headphones in real time, which is generally used for music live streaming.
- Reverb effect: Karaoke room, small room, big hall, deep, resonant, and other effects.
- Voice changing effect: Young girl, middle-aged man, heavy metal, and other effects.
- Short sound effect: Short sound effect files such as applause
and laughter are supported (for files less than 10 seconds in
length, please set the
isShortFile
parameter totrue
).
Implementation
TXAudioEffectManager getAudioEffectManager();