Text To Speech Wiseguy Voice Link -

# Apply audio effects using pydub sound = AudioSegment.from_mp3("wiseguy.mp3") sound_with_effect = sound.apply_gain(-10).set_pitch(1.2) sound_with_effect.export("wiseguy_with_effect.mp3", format="mp3")

This site uses cookies. By continuing to browse this site, you are agreeing to our use of cookies. More Details Close