pipecat-ai / pipecat

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

Add RimeHttpTTSService #708

Closed markbackman closed 1 week ago

markbackman commented 2 weeks ago

Please describe the changes in your PR. If it is addressing an issue, please reference that as well.

Adding Rime, a new TTS service. They only support HTTP interaction at the moment.

markbackman commented 2 weeks ago

@aconchillo this is the first service that I've added that doesn't have any new package dependencies. How should we treat that in terms of installing the service? Perhaps nothing is required...

aconchillo commented 1 week ago

@aconchillo this is the first service that I've added that doesn't have any new package dependencies. How should we treat that in terms of installing the service? Perhaps nothing is required...

Nothing is required.

aconchillo commented 1 week ago

LGTM! Just added one comment.