/TTS-PyQuendo

Convert your text in speech using TTS Loquendo libraries

Primary LanguagePython

TTS-PyQuendo

Convert your text in speech usins TTS Loquendo voices

PyQuendo TTS text to speech. Copyright © 2020 snLionel90

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

descarge el repositorio con:

El repositorio contiene el script de configuracion setup.py, ejecutelo con:

  • $ cd %nombre directorio descarga%
  • $ python setup.py install

se requiere de extensiones de; PyQT5, PyAudio, pyttsx3 ,gTTS, SpeechRecognition y pydub

  • py -m pip install PyQT5
  • py -m pip install PyAudio
  • py -m pip install pyttsx3
  • py -m pip install gTTS
  • py -m pip install SpeechRecognition
  • py -m pip install pydub
  • py -m pip install tkinter

Tambien Puede descargar e instalar todos los modulos utilizando el fichero requeriments.txt, escribiendo el siguiente comando:

  • py -m pip install -r requirements.txt

Descargue python 3 desde el siguiente enlace e instalelo

tabla de instrucciones

Paso 1: Ejecute el programa con el script main.py .
Paso 2: Una vez abierto, en la pestana Text To Voice, escribe un texto en el textArea, y clica en el boton "leer" para escuchar.
Paso 3: En la pestaña "Voice To text, conecta un microfono y habla
Paso 4: Pulse el boton ejecutar tarea para que el programa comence a deletraer lo que digas.
Seleccion usar microfono para activar la funcion de voz
Enjoy!!!.