lh7343

Results 3 comments of lh7343

我也遇到了,speaker ID换成啥都不行,请帮忙看看什么问题,音频例子如下 [response.zip](https://github.com/netease-youdao/EmotiVoice/files/14694182/response.zip)

> Could you please provide more details about this issue, such as the specific text, speaker ID, and audio samples? 我也遇到了,speaker ID换成啥都不行,请帮忙看看什么问题,音频例子如下 [response.zip](https://github.com/netease-youdao/EmotiVoice/files/14694182/response.zip)

![image](https://github.com/netease-youdao/EmotiVoice/assets/6083667/ad6f375c-b041-4c38-a2f5-b08db6ed9abb) 我用的是api的方式。以下是我的docker run命令 docker run --gpus "device=3" -d --name EmotiVoice -p 28021:8000 -v /raid/liuhao/EmotiVoice:/workspace/EmotiVoice -w /workspace/EmotiVoice/EmotiVoice emoti-voice:v1 env LANG=C.UTF-8 sh -c "uvicorn openaiapi:app --reload --host 0.0.0.0 --port 8000 >> log/all.log...