# Tacotron2TTS **Repository Path**: buaakevin/tacotron2-tts ## Basic Information - **Project Name**: Tacotron2TTS - **Description**: End-to-end TTS demo of tacotron2 for tensorflow2 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2022-02-17 - **Last Updated**: 2022-02-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Tacotron2TTS #### 介绍 使用tacotron2+multiband_melgan进行中文语音合成。 #### 数据集 baker datasets【中文标准女声音库】(不从头训练则不必下载,工程中有训练好的文件) 下载地址: 链接:https://pan.baidu.com/s/1qjFfkt76scX20yLb20cw0w 提取码:55bf #### 安装教程 1. windows 10 / Ubuntu 18.04 2. Python 3.7+ 2. Cuda 10.1 (Cuda 10.0也可以) 3. CuDNN 7.6.5 4. Tensorflow 2.2/2.3 5. Tensorflow Addons >= 0.10.0 #### 使用说明 1. pip install TensorFlowTTS 2. pip install soundfile 3. 下载tacotron2预训练模型(tacotron2-100k.h5),将其添加在examples\tacotron2\pretrained文件夹下 下载地址: 链接:https://pan.baidu.com/s/1r2s6RGLKM75HJRH0lLEo2A 提取码:7tcn 4. python main.py #### 注意事项 1. 修改main.py中的input_text即可合成不同内容的语音 2. input_text中的阿拉伯数字及特殊标点符号无法识别【待解决】 3. tacotron2可合成的语音长度约为1分39秒 4. 【Reference】:https://github.com/TensorSpeech/TensorFlowTTS