-
Like "Acapela Elan TTS", "Lernout & Hauspie" (L&H) etc.
-
Hi, I've been working in the code and i added a new free TTS engine for windows, i used [gTTS](https://github.com/hubendubler/gTTS.js) like alternative, but in the code i had many questions that i rea…
-
After download the [model.bin] I get following error:
> tts_models/multilingual/multi-dataset/xtts_v2 is already downloaded.
> Using model: xtts
model.bin: 100%|█████████████████████████████████…
-
What does work
- The code in root
What doesnt work
The code in VoiceServer.
See engine.cpp is doing some neat little things to call our python file directly in voices/
We dont need to …
-
I'm using OsmAnd+ 2.6.5 (2017-05-31) with it's OSM editing plugin.
Text-To-Speech engines are getting better and better, and OsmAnd uses them wonderfully. Using them abroad gets funny though, when …
-
Configuration option by which each App/Plugin/Module can use their own TTS engine.
For example:-
RoboCop interact with user in Female voice but reporting weather in Male voice.
-
Setting some apps to not optimize battery use for them is not the end of the story, for apps that use a service from another app. Example: a read aloud app that uses Text-to-speech service. Settings t…
-
If you have, for example, a Korean road name, speech synthesis using `AVSpeechSynthesizer` skips straight over this.
I assume that this is fixable with better annotation of the voice instructions tex…
-
I launched server.py (only coqui engine) under the example_fast_api directory , iOS browsers(Safari and Chrome) reported an error:
[Error] error:
AbortError: The operation was aborted.
(anonymou…
-
## 内容
概要: `voicevox_engine` ディレクトリへ `features` ディレクトリを追加するリファクタリングを提案します
`voicevox_engine` 下に置かれているモジュール群は以下の 2 種類の役割に大別できる:
- サーバー(例: API定義、ミドルウェア)
- feature(例: TTS、辞書)
サーバー関連モジュールは `app…