Search results
Python text-to-speech library with built-in voice effects and support for multiple TTS engines - austin-bowen/voicebox.
28 maj 2024 · Python text-to-speech library with built-in voice effects and support for multiple TTS engines.
voicebox. Python text-to-speech library with built-in voice effects and support for multiple TTS engines. | GitHub | Documentation 📘 | Audio Samples 🔉 |. # Example: Use gTTS with a vocoder effect to speak in a robotic voice from voicebox import SimpleVoicebox from voicebox.tts import gTTS from voicebox.effects import Vocoder, Normalize ...
It's called Voicebox ( GitHub ), and it's a Python library that essentially provides wrappers for a bunch of different text-to-speech programs/APIs, and includes lots of built-in audio effects like vocoder, ring mod, glitch, etc. It also includes example voices like Star Wars battle droid, GlaDOS, and 343 Guilty Spark. Audio samples here .
Uses a TTS engine to convert text to audio, applies a series of effects to the audio, and then plays the audio. Parameters: tts – The voicebox.tts.TTS engine to use. effects – Sequence of voicebox.effects.Effect instances to apply to the audio before playing it.
23 paź 2009 · It may be possible to use the python bindings to control the desktop libraries for text to speech. If using the Jython implementation of Python on the JVM, the FreeTTS system may be usable. Finally, OSX and Windows have native APIs for text to speech.
v: voicebox voicebox.audio voicebox.effects voicebox.effects.chain voicebox.effects.dc_offset voicebox.effects.delay voicebox.effects.effect voicebox.effects.eq ...