Questions tagged [coqui]
11 questions
1
vote
0 answers
Coqui YourTTS Enhanced (additional voices) Model Deployment
I am trying to deploy the following trained (new voices cloned) multilingual YourTTS model:
YourTTS Model with 60+ Voices from Huggingface
The model is associated with the following YouTube video:
Now for Download: YourTTS (English, French, German,…

Ghulam
- 135
- 1
- 8
1
vote
1 answer
How to play a TTS numpy array in pyaudio in python
I'm trying to pass sound directly from a numpy array created by Coqui TTS to pyaudio to play, but failing miserably.
from TTS.api import TTS
from subprocess import call
import pyaudio
# Running a multi-speaker and multi-lingual model
# List…

rupertbj
- 73
- 12
1
vote
1 answer
Error while trying to install Coqui AI TTS to Python
I am getting this error when trying to install Coqui TTS for my Python Project. C++ Build tools version 14 is already properly installed. Please advise on how to fix this. Thank you!
Error Text:
error: command 'C:\\Program Files (x86)\\Microsoft…

Christina Parissi
- 11
- 2
1
vote
1 answer
How do I convert a Coqui Tensorflow model to .tflite?
I have the Coqui STT yesno model from GitHub, which is an ultra-compact speech recognition model that only recognises two words: yes and no.
I have the yesno.pbmm and yesno.scorer files.
I also have a tarball coqui-yesno-checkpoints.tar.gz…

Jeremiah Rose
- 3,865
- 4
- 27
- 31
1
vote
1 answer
Cross-compiling Coqui + TFLite for armv7ahf in Yocto: R_ARM_TLS_LE32 relocation not permitted in shared object
I'm trying to do a Yocto build of libstt.so from the Coqui project, with TFLite as the backend, for the Snapdragon 210 which has an armv7ahf processor. I've been using the meta-tensorflow OpenEmbedded layer as a starting point.
Getting Bazel…

Jeremiah Rose
- 3,865
- 4
- 27
- 31
0
votes
0 answers
Cannot install coqui TTS
When I run pip install TTS (on a Mac in VS Code) I run into this error:
../../scipy/meson.build:159:9: ERROR: Dependency lookup for OpenBLAS with method 'pkgconfig' failed: Pkg-config binary for machine 1 not found. Giving up.
This is the full…

flyingchicken
- 31
- 4
0
votes
0 answers
Fine tune a VITS model with the Coqui TTS framework
I am executing the following notebook:
Google Colab Notebook
The notebook is associated with the following YouTube video:
Updated | Near-Automated Voice Cloning | Whisper STT + Coqui TTS | Fine Tune a VITS Model on Colab
I am able to successfully…

Ghulam
- 135
- 1
- 8
0
votes
0 answers
Tacotron 2 DDC Conversion to ONNX
I would like to convert the tacotron 2 DDC model to ONNX. I used the code below. Unfortunately, I get an error which is also listed below. Any ideas? Am I using a wrong input shape? Is the conversion to ONNX currently not supported in coqui tacotron…

hux0
- 207
- 1
- 4
- 17
0
votes
1 answer
tts model killing python with `zsh: bus error python Neural_Audio_Synthesis.py`
I have a simple script trying to run tts on a Apple M1 Pro with MACOS 13.2.1
from this repo https://github.com/coqui-ai/TTS
def audio_Synth():
from TTS.api import TTS
import numpy as np
import random
# Running a multi-speaker and…

Creed
- 3
- 2
0
votes
0 answers
stt.node version incompatible with electron
I'm getting below error when trying to launch the application.
This is after I deleted node_modules and re-ran npm i to pull packages again
App threw an error during load
node_modules/electron/dist/resources/default_app.asar/main.js:113
Error:…

Matthew Swaringen
- 305
- 1
- 2
- 10
0
votes
1 answer
I don't understand why I can't install this pip package?
I'm trying to install TTS, but it's not allowing me to?
Please help!!
Python version is 3.8.10 //
Linux version Ubuntu 20.04.3 LTS // Running on WSL2

rupertbj
- 73
- 12