paddlespeech_tts_cpp icon indicating copy to clipboard operation
paddlespeech_tts_cpp copied to clipboard

PaddleSpeech TTS cpp

Results 4 paddlespeech_tts_cpp issues
Sort by recently updated
recently updated
newest added

我想在linux环境编译后在Armlinux下使用,请问如何使用自己的交叉编译工具进行编译

./run_front_demo.sh --front_conf ./front_demo/front.conf --sentence "这是语音合成服务的文本前端,用于将文本转换为音素序号数组。" 转出来的因素序列在这个项目(https://github.com/PaddlePaddle/PaddleSpeech/tree/develop/demos/TTSAndroid)里面合成语音,发现服务的服字听起来像是“矮”。

./run_front_demo.sh --front_conf ./front_demo/front.conf --sentence "这几天雨水不断,人们恨不得待在家里不出门。" +++ realpath ./run_front_demo.sh ++ dirname /home/we2401/mypaddlespeech/paddlespeech_tts_cpp-main/run_front_demo.sh + cd /home/we2401/mypaddlespeech/paddlespeech_tts_cpp-main + ./build/tts_front_demo --front_conf ./front_demo/front.conf --sentence 这几天雨水不断,人们恨不得待在家里不出门。 WARNING: Logging before InitGoogleLogging() is written to STDERR I20240506 11:29:28.112323...

如图所示: ![image](https://user-images.githubusercontent.com/24568452/223905324-210dd8c3-6234-49ff-b28b-ade61e04e94b.png)