huggingface / speech-to-speech

Speech To Speech: an effort for an open-sourced and modular GPT4-o
Apache License 2.0
3.52k stars 366 forks source link

About language #39

Open wntg opened 2 months ago

wntg commented 2 months ago

When I speake Chinese,it recognize and response English.

andimarafioti commented 2 months ago

The default language is English. There are some options to change the language and most of the systems we use already support Chinese, so it should be doable. But we still haven't worked on a good way to select a language. I'll get to it, but if someone wants to work on it first, I'd be happy to assist :)

andimarafioti commented 2 months ago

We are integrating a chinese STT, so after that the rest of the integration should be easier: https://github.com/huggingface/speech-to-speech/pull/53

PaParaZz1 commented 1 month ago

Thanks for this awesome project. Based on the similar pipeline, we have released a Chinese Speech-to-Speech project named CleanS2S, supporting more interesting and streaming interactions.

Here is a snapshot of this project:

20241008-173750

Looking forward to more advices and feedbacks!