Mark Backman
6cb55ec2cb
Add GoogleSTTService
2025-02-12 10:09:36 -05:00
Filipi da Silva Fuchter
e2b4554a54
Merge pull request #1129 from pipecat-ai/instant_voice_demo
...
Pipecat improvements for the instant voice demo
2025-02-12 11:53:40 -03:00
Mark Backman
fd68b82e48
Merge pull request #1163 from pipecat-ai/mb/rime-websocket
...
Add RimeTTSService
2025-02-12 09:51:56 -05:00
Filipi Fuchter
cc90f5ab9f
Sending the RTVI messages to the websocket
2025-02-12 11:46:49 -03:00
Filipi Fuchter
08f40d9179
Adding support to DailyTransport receive raw-audio through appMessage
2025-02-12 11:46:37 -03:00
Aleix Conchillo Flaqué
ed76a5bfa5
Merge pull request #1202 from pipecat-ai/aleix/fix-simli-audiolayout-error
...
simli: fix audio layout error
2025-02-11 22:24:22 -08:00
Mark Backman
69b0d9035f
Mark end_time as unused
2025-02-11 17:44:52 -05:00
Mark Backman
0814c0bc82
Merge pull request #1203 from pipecat-ai/expose-update-remote-participants-on-daily-transport
...
Expose `update_remote_participants()` from `DailyTransport`
2025-02-11 13:57:08 -05:00
Julien Le Bourg
77fb63372a
fix: incorrectly changed the base type in my last pull request for L… ( #1184 )
...
* fix: incorrectly changed the base type in my last pull request for LocalAudioTransport
* update examples to use the new LocalTransportParams
* add local device select example
2025-02-11 08:35:57 -08:00
Paul Kompfner
5a8279d3c2
Expose update_remote_participants() from DailyTransport
2025-02-11 11:28:03 -05:00
Aleix Conchillo Flaqué
4db620198a
simli: fix audio layout error
...
Fixes #1201
2025-02-11 07:05:35 -08:00
Aleix Conchillo Flaqué
0a990b2aaa
Merge pull request #1196 from pipecat-ai/aleix/audio-buffer-processor-continuous-intermittent-stream
...
AudioBufferProcessor: handle continuous and intermittent user audio
2025-02-10 16:07:12 -08:00
Mark Backman
97586b132d
Simplify _calculate_word_times
2025-02-10 18:45:49 -05:00
Mark Backman
8020db350e
Update RimeHttpTTSService to use mistv2 model by default
2025-02-10 18:45:48 -05:00
Mark Backman
54f64b8dad
Code review feedback
2025-02-10 18:45:08 -05:00
Mark Backman
8f8a3ae7f9
Add RimeTTSService
2025-02-10 18:45:06 -05:00
Mark Backman
344aff5681
Merge pull request #1191 from pipecat-ai/mb/azure-tts-error-handling
...
Improve AzureTTSService error handling
2025-02-10 18:01:39 -05:00
Mark Backman
0d2e90cff1
Merge pull request #1190 from pipecat-ai/mb/languages-hosted-whisper
...
Add language support to OpenAI and Groq hosted Whisper
2025-02-10 17:49:38 -05:00
Mark Backman
1a8dd6b713
Improve AzureTTSService error handling
2025-02-10 17:48:55 -05:00
Mark Backman
a64fa44811
Merge pull request #1186 from pipecat-ai/mb/whisper-multilingual
...
Add language support to WhisperSTTService
2025-02-10 17:26:10 -05:00
Vaibhav159
b0c3f80963
resolve merge conf
2025-02-11 03:03:32 +05:30
Aleix Conchillo Flaqué
eb3c9b1e75
AudioBufferProcessor: handle continuous and intermittent user audio
...
Fixes #1172
2025-02-10 11:26:31 -08:00
Aleix Conchillo Flaqué
32baee924b
RTVI: fix premature bot-tts-text messages ( #1193 )
2025-02-10 10:37:54 -08:00
Vaibhav159
2c62d3bf32
break once ConnectionClosed error
2025-02-10 23:04:05 +05:30
Vaibhav159
b06b16adb7
fixing disconnect issue
2025-02-10 22:55:20 +05:30
Mark Backman
cd52d73027
Add language support to OpenAI and Groq hosted Whisper
2025-02-10 10:18:00 -05:00
Mark Backman
c9d8c572c7
Add language support to WhisperSTTService
2025-02-09 10:51:23 -05:00
Mark Backman
081abcedb3
Merge pull request #1176 from pipecat-ai/mb/stt-mute-deprecate-stt-service
...
Deprecate stt_service parameter in STTMuteFilter
2025-02-09 08:35:22 -05:00
Mark Backman
1455e24ad1
Add keyword args, collocated warnings import with the deprecation
2025-02-09 08:29:20 -05:00
Mark Backman
4613cf4790
Merge pull request #1181 from pipecat-ai/mb/daily-docstrings
...
Add docstrings to daily.py
2025-02-09 08:05:59 -05:00
Mark Backman
76daaab6ca
Add PerplexityLLMService
2025-02-09 08:00:31 -05:00
Mark Backman
160167758b
Add docstrings to daily.py
2025-02-09 07:53:51 -05:00
Mark Backman
72954d5f15
Remove to base_whisper.py
2025-02-09 07:51:30 -05:00
Mark Backman
f2b07271c1
Update GroqLLMService to use llama-3.3-70b-versatile as the default model
2025-02-09 07:51:30 -05:00
Mark Backman
32b9de5f51
Add GroqSTTService, BaseWhisperSTTService, and refactor OpenAISTTService
2025-02-09 07:51:28 -05:00
Mark Backman
d67861925a
Merge pull request #1128 from golbin/whisper-api
...
Add Whisper STT service using OpenAI API
2025-02-08 08:35:26 -05:00
Mark Backman
0180619d44
Merge pull request #1173 from TheCodingLand/local-pyaudio-device-ids
...
adds configurable device ids for local audio transport
2025-02-08 08:04:00 -05:00
TheCodingLand
57964cb929
fix LocalAudioTransport param type
2025-02-08 12:32:20 +01:00
TheCodingLand
6840c77684
apply ruff formatting
2025-02-08 12:03:23 +01:00
Mark Backman
a1b58115ce
Deprecate stt_service parameter in STTMuteFilter
2025-02-07 19:24:03 -05:00
TheCodingLand
a359434307
remove Doc and Annotated imports
2025-02-07 19:42:34 +01:00
TheCodingLand
856c8959c3
enhance doc
2025-02-07 19:38:26 +01:00
TheCodingLand
8da7a42137
adds configurable input and output device ids for local audio
2025-02-07 19:23:18 +01:00
Aleix Conchillo Flaqué
510a0f5ef5
rtvi: deprecate RTVI.observer()
2025-02-07 09:19:43 -08:00
Aleix Conchillo Flaqué
03ac744bcf
rtvi: deprecate frame processors
2025-02-07 09:17:29 -08:00
Aleix Conchillo Flaqué
b058461a7d
GoogleRTVIObserver: add explicit constructor
2025-02-07 09:15:32 -08:00
Mark Backman
abd9f16b90
Export .rtvi, update new-chatbot example, rename and update foundational 32
2025-02-07 09:15:32 -08:00
Aleix Conchillo Flaqué
d07732f2e8
rtvi: separate specific google RTVI into a GoogleRTVIObserver
2025-02-07 09:15:32 -08:00
Aleix Conchillo Flaqué
070bf66980
transports: fix local transports audio cleanup
2025-02-06 13:45:13 -08:00
Aleix Conchillo Flaqué
a96d9294b7
tests: remove logger from tests.utils
2025-02-06 13:18:28 -08:00