|
|
|
@ -2,7 +2,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[](http://choosealicense.com/licenses/mit/)
|
|
|
|
|
> This repository is forked from [Real-Time-Voice-Cloning](https://github.com/CorentinJ/Real-Time-Voice-Cloning) which only support English.
|
|
|
|
|
|
|
|
|
|
> English | [中文](README-CN.md)
|
|
|
|
|
|
|
|
|
@ -74,3 +73,13 @@ or
|
|
|
|
|
- [ ] Support parallel tacotron
|
|
|
|
|
- [ ] Service orianted and docterize
|
|
|
|
|
- 🙏 Welcome to add more
|
|
|
|
|
|
|
|
|
|
## Reference
|
|
|
|
|
> This repository is forked from [Real-Time-Voice-Cloning](https://github.com/CorentinJ/Real-Time-Voice-Cloning) which only support English.
|
|
|
|
|
|
|
|
|
|
| URL | Designation | Title | Implementation source |
|
|
|
|
|
| --- | ----------- | ----- | --------------------- |
|
|
|
|
|
|[**1806.04558**](https://arxiv.org/pdf/1806.04558.pdf) | **SV2TTS** | **Transfer Learning from Speaker Verification to Multispeaker Text-To-Speech Synthesis** | This repo |
|
|
|
|
|
|[1802.08435](https://arxiv.org/pdf/1802.08435.pdf) | WaveRNN (vocoder) | Efficient Neural Audio Synthesis | [fatchord/WaveRNN](https://github.com/fatchord/WaveRNN) |
|
|
|
|
|
|[1703.10135](https://arxiv.org/pdf/1703.10135.pdf) | Tacotron (synthesizer) | Tacotron: Towards End-to-End Speech Synthesis | [fatchord/WaveRNN](https://github.com/fatchord/WaveRNN)
|
|
|
|
|
|[1710.10467](https://arxiv.org/pdf/1710.10467.pdf) | GE2E (encoder)| Generalized End-To-End Loss for Speaker Verification | This repo |
|