larynx icon indicating copy to clipboard operation
larynx copied to clipboard

End to end text to speech system using gruut and onnx

Results 42 larynx issues
Sort by recently updated
recently updated
newest added

Jinja2's escape module is required, this fixes the error "ImportError: cannot import name 'escape' from 'jinja2'" Ref: https://stackoverflow.com/questions/71718167/importerror-cannot-import-name-escape-from-jinja2

This fixes https://github.com/rhasspy/larynx/pull/62 by keeping the downloads empty folder but ignoring any further contents in it.

It would be really cool if you could add GLaDOS from portal as a voice. Someone already made one [online](https://glados.c-net.org/), so there should be enough voice samples available?

Hi there, I can't get the larynx.text_to_speech python function to work. I'm getting these errors and then the audio that plays is just noise: ``` 2023-04-03 14:51:03.305121301 [W:onnxruntime:, execution_frame.cc:835 VerifyOutputSizes]...

Please add TTS for persian language : Large Persian datasets: https://www.kaggle.com/datasets/magnoliasis/persian-tts-dataset https://www.kaggle.com/datasets/magnoliasis/persian-tts-dataset-famale

I was really confused for a moment the first time I encountered this. :-) To reproduce: 1. Run the Larynx server via the latest Docker container. 2. Open the web...

I'm using `larynx==1.1.0` Even when I specified `--voices-dir` with directory which contains correct voice models, it seems not be used. ``` python3 -m larynx.server --voices-dir /var/lib/larynx-model/voices ``` ``` DEBUG:larynx.utils:Downloading voice/vocoder...

Python installation method results in the error in larynx-server on Ubuntu 22.04.1 ``` (larynx_venv) user@hp-laptop:~/Downloads/larynx-master$ larynx-server Traceback (most recent call last): File "/home/user/Downloads/larynx-master/larynx_venv/bin/larynx-server", line 5, in from larynx.server.__main__ import main...

It would be nice to trap the favicon.ico HTTP request and return a simple icon so that the browser does not get a 500 error and the client does not...

Hi, I tried installing and running the package on Windows and encountered several issues. Fortunately, none of them were truly serious and I managed to get it (almost) fully working...