We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39dd8b8 commit b374adcCopy full SHA for b374adc
README.md
@@ -10,6 +10,12 @@ PyTorch implementation of convolutional networks-based text-to-speech synthesis
10
11
Audio samples are available at https://r9y9.github.io/deepvoice3_pytorch/.
12
13
+## Online TTS demo
14
+
15
+A notebook supposed to be executed on https://colab.research.google.com is available:
16
17
+- [DeepVoice3: Multi-speaker text-to-speech demo](https://colab.research.google.com/github/r9y9/Colaboratory/blob/master/DeepVoice3_multi_speaker_TTS_en_demo.ipynb)
18
19
## Highlights
20
21
- Convolutional sequence-to-sequence model with attention for text-to-speech synthesis
0 commit comments