优化合成性能
目前支持中文和阿拉伯数字
ubantu18 + python3.6.7
git clone [email protected]:wxxhub/Offline_speech_synthesis.git
cd Offline_speech_synthesis
git submodule init
git submodule update
git submodule update --remote --recursive
sudo apt-get install ffmpeg
## python3
pip3 install -r requirment.txt
pip3 install -r speech_synthesis/requirement.txt
## python2
pip install -r requirment.txt
pip install -r speech_synthesis/requirement.txt
## 根据实际情况使用
python3 demo.py
wav为处理过后的音频,更换音频可以提升合成效果。