mandarin-tts icon indicating copy to clipboard operation
mandarin-tts copied to clipboard

Chinese Mandarin tts text-to-speech 中文 (普通话) 语音 合成 , by fastspeech 2 , implemented in pytorch, using waveglow as vocoder, with biaobei and aishell3 datasets

Results 29 mandarin-tts issues
Sort by recently updated
recently updated
newest added

在aishell3数据中,有些wav文件通过librosa生成振幅向量的时候,振幅大小会超过1 如: SSB08870032.wav 文件的最大振幅为1.0116 导致运行wav2mel.py的时候会中断报错. 具体问题如下: 文件 /mtts/utils/stft.py 第248 、249行 为什么要对wav的振幅向量限制在[-1,1]呢 ?

``` mandarin-tts/mtts/models/layers.py", line 91, in forward output = output.permute(1, 2, 0, 3).contiguous().view(sz_b, len_q, -1) # b x lq x (n*dv) RuntimeError: cannot reshape tensor of 0 elements into shape [0,...

我想把它部署在安卓手机上,请问这个有java版本的吗?我找了一些java版本的,但声音没有你这个好,谢谢!

Have to say it's a really good project, and I really want to run this training progress. But my pc is not good enough, which means I cant run this...

2022-02-27 19:08:54,545 synthesize.py: INFO: processing text1|sil qing3 xie4 guo2 jun4 dao4 VIP5 ba1 zhen3 shi4 jiu4 zhen3 sil|sil 请 谢 国 俊 到 V I P 八 诊 室 就...

input.txt 文件后面的那个数字是什么意思,谁回答一下。。

error: invalid path 'docs/novel2/hz_0.9_500000_在这儿做啥呢,不能啥玩意儿都带到这里来?.wav' fatal: unable to checkout working tree warning: Clone succeeded, but checkout failed. You can inspect what was checked out with 'git status' and retry with 'git...

你好作者,感谢你的无私分享。在复现的工作的时候初心一些小问题,在使用wav2mel.py的文件时,会用到一个一些函数,但是函数终会需要vocoder的一些gan模型,这些模型没有在给的文件中,我需要下载readme中的checkpoint还是link? ImportError: cannot import name 'HiFiGAN' from 'mtts.models.vocoder.hifi_gan' (unknown location)

hello, I was generating wavs from your project with your pretrained models and was generating some audios. However, I was faced with the following error. ``` 2021-10-21 20:35:45,624 synthesize.py: INFO:...