OpenVoice icon indicating copy to clipboard operation
OpenVoice copied to clipboard

Is it possible to generate a real-time processed voice?

Open michaeloo0 opened this issue 1 year ago • 2 comments

Use case: Meeting with foreigners

michaeloo0 avatar Jan 03 '24 01:01 michaeloo0

This is doable but with a lot of engineering effort. You can actually do real-time video chat with some bots on MyShell such as this one https://app.myshell.ai/bot/vEvm2q/6958

Zengyi-Qin avatar Jan 03 '24 20:01 Zengyi-Qin

Thanks~ this case could significantly enhances the global company's efficiency.

michaeloo0 avatar Jan 04 '24 06:01 michaeloo0

我已经完成了实时语音生成的工作,您可以查看:https://github.com/myshell-ai/OpenVoice/issues/54 I have completed the real-time voice generation work, you can check it: https://github.com/myshell-ai/OpenVoice/issues/54

printlin avatar Jan 09 '24 03:01 printlin

Amazing! I'll feedback after try!!

michaeloo0 avatar Jan 09 '24 03:01 michaeloo0

I have created a streaming websocket server where it outputs audio chunks as it being processed and also accepts text streaming as input and outputs audio stream

github: https://github.com/Arunprakaash/openvoice.streaming.server

Arunprakaash avatar Feb 22 '24 19:02 Arunprakaash