ggfine

Results 4 issues of ggfine

./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...

这是语音合成服务的文本前端,这句话使用这个项目(https://github.com/lym0302/paddlespeech_tts_cpp)转换出来的音素序列是: 262 44 177 116 241 120 71 42 39 57 69 184 186 40 45 220 37 53 174 83 40 199 179 使用TTSAndroid合成时,服务的“服”字合成效果听起来像是“矮”

modules/audio_processing/BUILD.gn 有rtc_library("audio_processing") ,没有rtc_static_library("audio_processing")