pipecat-ai / pipecat

Open Source framework for voice and multimodal conversational AI
BSD 2-Clause "Simplified" License
3.19k stars 282 forks source link

How to change STT api #281

Open lhanzl opened 3 months ago

lhanzl commented 3 months ago

How to change the speech recognition interface? I want to use iFlytek's or ourself's speech recognition. I want to have a conversation in Chinese.

aconchillo commented 2 months ago

iFlytek is currently not supported, but you should be able to use Chinese if the STT and TTS services provide support for it. For example, this example shows how to use Spanish: https://github.com/pipecat-ai/pipecat/blob/main/examples/simple-chatbot/bot.py

guzi5618 commented 2 weeks ago

just submit a pull request to support Chinese - STT (Tencent) and TTS (ChatTTS) https://github.com/pipecat-ai/pipecat/pull/476