PaddleSpeech icon indicating copy to clipboard operation
PaddleSpeech copied to clipboard

你好,请问为什么现在粤语模型标点符号前面的一个字都读还没有读完就结束了呢?

Open zx-lhb opened this issue 5 months ago • 1 comments

General Question

我以前用的时候还是正常的,最近都是这样了。比如「关关雎鸠,在河之洲」,最后那个“鸠”一定还没读完就结束了。其他句子也是同理,句号、感叹号,都有这种情况。不知道你们有没有发现。 我的参数设置:

wav_file = tts_executor(
        text=txt_contents,
        am='fastspeech2_canton',
        voc='hifigan_csmsc',
        lang='canton',
        spk_id=10,
        use_onnx=True,
        output='api_1.wav',
        cpu_threads=0
    )

zx-lhb avatar Feb 04 '24 08:02 zx-lhb