NATSpeech
v0.1

Natspeech: uma estrutura de texto para fala não autorregressiva
| | 中文文档
Este repo contém a implementação oficial de Pytorch de:
Implementamos os seguintes recursos nesta estrutura:
# # We tested on Linux/Ubuntu 18.04.
# # Install Python 3.6+ first (Anaconda recommended).
export PYTHONPATH=.
# build a virtual env (recommended).
python -m venv venv
source venv/bin/activate
# install requirements.
pip install -U pip
pip install Cython numpy==1.19.1
pip install torch==1.9.0 # torch >= 1.9.0 recommended
pip install -r requirements.txt
sudo apt install -y sox libsox-fmt-mp3
bash mfa_usr/install_mfa.sh # install forced alignment tool Se você achar isso útil para sua pesquisa, cite os seguintes trabalhos:
@article { ren2021portaspeech ,
title = { PortaSpeech: Portable and High-Quality Generative Text-to-Speech } ,
author = { Ren, Yi and Liu, Jinglin and Zhao, Zhou } ,
journal = { Advances in Neural Information Processing Systems } ,
volume = { 34 } ,
year = { 2021 }
} @article { liu2021diffsinger ,
title = { Diffsinger: Singing voice synthesis via shallow diffusion mechanism } ,
author = { Liu, Jinglin and Li, Chengxi and Ren, Yi and Chen, Feiyang and Liu, Peng and Zhao, Zhou } ,
journal = { arXiv preprint arXiv:2105.02446 } ,
volume = { 2 } ,
year = { 2021 }
}Nossos códigos são influenciados pelos seguintes repositórios:
Qualquer organização ou indivíduo é proibido de usar qualquer tecnologia mencionada neste artigo para gerar o discurso de alguém sem o seu consentimento, incluindo, entre outros, líderes governamentais, figuras políticas e celebridades. Se você não cumprir este item, poderá violar as leis de direitos autorais.