Paul Kompfner
|
5a8279d3c2
|
Expose update_remote_participants() from DailyTransport
|
2025-02-11 11:28:03 -05: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
|
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 |
|
Aleix Conchillo Flaqué
|
c4dbe92b30
|
prefer Optional over to "| None"
|
2025-02-06 11:11:37 -08:00 |
|
Aleix Conchillo Flaqué
|
c5d5ca8232
|
SentryMetrics: use transactions and call parent methods
|
2025-02-06 10:44:38 -08:00 |
|
Mark Backman
|
428e763814
|
Merge pull request #1149 from pipecat-ai/mb/update-google-default-llm-model
Use gemini-2.0-flash-001 as the default model for GoogleLLMService
|
2025-02-06 12:41:13 -05:00 |
|
Mark Backman
|
0efa2711ff
|
Merge pull request #1152 from pipecat-ai/mb/docstrings
Add docstrings for PipelineTask and related classes/functions
|
2025-02-06 12:30:12 -05:00 |
|
Mark Backman
|
4904f52cee
|
Use gemini-2.0-flash-001 as the default model for GoogleLLMService
|
2025-02-06 12:29:15 -05:00 |
|
Aleix Conchillo Flaqué
|
29b9dccc53
|
serializers: don't update twilio/telnyx sample rates
|
2025-02-06 09:25:52 -08:00 |
|
Aleix Conchillo Flaqué
|
e8ce826473
|
Merge pull request #1151 from pipecat-ai/aleix/base-output-transport-resample
BaseOutputTransport: resample incoming audio if needed
|
2025-02-06 09:25:07 -08:00 |
|
Mark Backman
|
4432e7e4f7
|
Add docstrings for PipelineTask and related classes/functions
|
2025-02-06 11:04:54 -05:00 |
|
Aleix Conchillo Flaqué
|
ee9cce64b2
|
BaseInputTransport: show VAD results when interruptions not allowed
|
2025-02-06 07:40:03 -08:00 |
|
Aleix Conchillo Flaqué
|
1ae4f0150d
|
BaseOutputTransport: resample incoming audio if needed
|
2025-02-06 07:37:43 -08:00 |
|
Mark Backman
|
4c77c3ed34
|
Merge pull request #1148 from pipecat-ai/mb/fix-twilio-serializer
Fix sample rate handling in Twilio and Telnyx serializers
|
2025-02-06 10:25:13 -05:00 |
|
Mark Backman
|
c8ccf13bc7
|
fix: Use audio_in_sample_rate to deserialize data for TelnyxFrameSerializer
|
2025-02-06 09:59:21 -05:00 |
|
Mark Backman
|
ba59736f87
|
fix: Use audio_in_sample_rate to deserialize data for TwilioFrameSerializer
|
2025-02-06 09:55:15 -05:00 |
|
Jin Kim
|
5989e1ed16
|
Merge branch 'main' into whisper-api
|
2025-02-06 13:14:36 +09:00 |
|