-
```
Early in the program can be used TTS for automatic voice to translate the
subtitles (you can listen to the translation),
but in the new versions I can't get this TTS works only for Japanese text…
-
How do I use the finetuned model with gradio interface.
The option to choose a model is only available in the train gradio ui
-
I think we can use a simple function like this:
```
from utils.translate import *
# translating is optional
def translate_text(text):
global is_Speaking
# subtitle will act as subt…
-
I think we can use a simple function like this:
```
from utils.translate import *
# translating is optional
def translate_text(text):
global is_Speaking
# subtitle will act as su…
-
I generated audio with a pdf and custom config with Japanese and changing default TTS model like this:
```python
from podcastfy.client import generate_podcast
audio_from_local_pdf = generate_po…
-
### The problem
When selecting Lithuanian language from drop down menu in "Media-browser>Text-to-speech>Google en com"
(full path: media-browser/browser/app%2Cmedia-source%3A%2F%2Ftts/provider%2Cme…
-
Thank you for making the code about VITS for Japanese open.
Could you also release the pre-trained models? I would like to provide a C++ runtime based on onnxruntime for it.
We have already supp…
-
I am sure there are TTS voices for other languages, so maybe try and figure out the options?
- [x] English
- [ ] Arabic
- [x] German
- [x] Spanish
- [ ] Suomi
- [x] French
- [ ] French (CA)
…
-
What I have done
1. conda create --name espnet python=3.10
2. conda activate espnet
3. git clone git clone https://github.com/espnet/espnet.git
4. pip install -q espnet==202308 pypinyin==0.44.0 pa…
-
Hi Luca,
I am super new to using Azure TTS. I saw your program, it is very nice and simple to use. However, I am unable to make it work for Chinese or Japanese. Not sure whether your program is…