TTS
TTS copied to clipboard
:robot: :speech_balloon: Deep learning for Text to Speech (Discussion forum: https://discourse.mozilla.org/c/tts)
Hi all, I have launched the google colab: TTS_example.ipynb But when Train Tacotron DCA starts i get the follow issue: TypeError Traceback (most recent call last) in () 16 17...
Hello! I found an AI-Specific Code smell in your project. The smell is called: Columns and DataType Not Explicitly Set You can find more information about it in this paper:...
Corrects an entry error in the documentation.
Questions will not be answered here!! Help is much more valuable if it's shared publicly, so that more people can benefit from it. Please consider posting on [TTS Discourse](https://discourse.mozilla.org/c/tts) page...
Hello! I'm trying to train a tts model with my own voice and I've set up the config and metadata, recorded voicelines etc., but when I try to use compute_statistics.py...
Hello. I've installed tts via pip `tts --list_speaker_idxs` generates the following error: ``` > Available speaker ids: (Set --speaker_idx flag to one of these values to use the multi-speaker model....
我想訓練人工智慧機械人的声音, 模仿我的声音, 請問 Mozilla TTS 能幫到我嗎? I want to train an artificial intelligence robot to mimic my voice. Can Mozilla TTS help me with that?
Trying to run a simple version of TTS `from TTS.api import TTS tts = TTS(model_name="tts_models/en/ljspeech/vits", progress_bar=False, gpu=False) tts.tts_to_file(text="my name is hank.", file_path='/home/hank/DYIRobot/ttstest1.wav') Receive following message: `home/hank/.local/lib/python3.9/site-packages/torchaudio/compliance/kaldi.py:22: UserWarning: Failed to initialize...
When I run pip3 install -e . I get this error: Failed to build numpy ERROR: Could not build wheels for numpy, which is required to install pyproject.toml-based projects Even...
Questions will not be answered here!! Help is much more valuable if it's shared publicly, so that more people can benefit from it. Please consider posting on [TTS Discourse](https://discourse.mozilla.org/c/tts) page...