-
## Describe the bug
Every time you click on synthesis, two warnings will be reported first and then an error will be reported. The following is the complete console information:
```
.\py311_cu118\p…
-
### Prerequisites
* [x] Did you perform a cursory search?
### Description
I love this library. I think it would be great if it could pick up somewhat redundant packages like pyttsx3.. To do t…
-
TTS Service Implementation Guide
1. File Structure
The following is the recommended file structure for the TTS service:
```
tts-service/
├── server.js
├── package.json
├── public/
│ └── in…
-
Hello again!
I am using piper with the thorsten (high) voice.
I wanted to see if it's possible to pronounce "bzgl." correctly without having to use a separate string that says "bezüglich". But it …
-
The new help system makes use of `espeak` to read the help description.
However, on Linux `espeak` does not work and fail with the following log:
```
Could not start process: System.ComponentMo…
-
Hi all,
Just tested the tts engine on android 14 on a phone with an 64 bit processor.
I also tested tts with the talkback screenreader.
It works very well and is pretty responsive for a neural tt…
-
It would be awesome if Piper's awesome TTS could generate the audio locally in the browser e.g: on an old phone, but the dependency on ONNX and the eSpeak variant makes this tricky.
Streaming audio t…
-
i needed to change the default file to this to make this work
> numpy
flask
flask-cloudflared
flask-cors
flask-compress
markdown
Pillow
colorama
webuiapi
--extra-index-url https://download.p…
-
In recent iOS updates, Apple now allows for any speech synthesizers brought into iOS via an App to become a part of the custom options for the iOS system voices for TTS, using the AVSpeechSynthesisPro…
-
Hello,
Running espeak-ng 1.50:
```
espeak-ng -v en-us -m 'autogen.sh.'
```
pronounces “autogen dot sh dot”. `mode="some"` and `mode="most"` get the same result.
This is a regression from…