-
I'm looking to add 10-15 more speakers to the pretrained Libritts model of VITS (multispeaker). I have around ~20-30 minutes of each speaker data. I need help in implementing this on espnet2.
Any he…
-
(I'm using the released standalone binary, so this may not be an issue when used with HA.)
Sensors in HA often have some form of unit text available (ie `kph` or `°C`) and when using the cloud TTS …
-
1. Chatcraft provides function support https://blog.humphd.org/teaching-chatcraft-to-do-citations/ or https://www.youtube.com/watch?v=z7euXeDU5vM (using webrtc!)
2. This means we can use chatcraft to…
-
Hi there
I am not an expert in Python but this code is always giving me this error
(PermissionError: [WinError 32] The process cannot access the file because it is being used by another process…
-
First of all, thanks for your great work. it's very interesting!
I would like to use this package to prepare data which I'll use to train text to speech Hebrew model,
Can you tell what's the best …
-
First of all thanks for getting a prompt reply for my previous question . I am sorry for disturbing you over and over . As I am pretty new to machine learning along with TTS . While I am running you…
-
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'm looking for instructions on how to build this for use with Python on MacOS. The piper-tts pip package exists for MacOS, but this dependency does not. I assume it is possible because there is a Mac…
-
When I try to run the basic demo code:
```
from espeakng import ESpeakNG
esng = ESpeakNG()
esng.say('Hello World!')
```
I get this error:
```
Traceback (most recent call last):
File "xx…
-
Just a few things to explore:
- use a better version of Whisper, maybe WhisperX? (there's a [good blog post here](https://amgadhasan.substack.com/p/sota-asr-tooling-long-form-transcription))
- Fin…