lipku / livetalking

Real time interactive streaming digital human
https://livetalking-doc.readthedocs.io/
Apache License 2.0
3.61k stars 514 forks source link

使用musetalk 的时候默认的edgetts 说话的音量特别小 #169

Closed mmlingyu closed 2 months ago

mmlingyu commented 2 months ago

首先不是设备问题 调节过edgetts 音量设置 def txt_to_audio(self,msg): voicename = "zh-CN-YunxiaNeural" text = msg t = time.time() volume = '+100%' asyncio.new_event_loop().run_until_complete(self.__main(voicename,text,volume)) print(f'-------edge tts time:{time.time()-t:.4f}s')

效果一样 请问哪里的问题,srs doocker里面的配置么

mmlingyu commented 2 months ago

rtc 播放端问题