Mark Backman
aa5a855eab
Merge pull request #3656 from pipecat-ai/mb/openai-realtime-stt
...
Add OpenAIRealtimeSTTService
2026-02-06 09:15:58 -05:00
Mark Backman
d11e1cd631
Update 13k to use ElevenLabsRealtimeSTTService
2026-02-05 15:48:00 -05:00
Mark Backman
8b9da632d1
Add OpenAIRealtimeSTTService
2026-02-05 15:48:00 -05:00
Mark Backman
56d8ef2bf4
Deprecate UserBotLatencyLogObserver, update 29 example
2026-02-05 14:29:45 -05:00
Derek Haynes
93138466d6
Feat: Add user-bot latency to OTel turn spans
...
This adds user-to-bot response latency tracking to OpenTelemetry spans:
- Created UserBotLatencyObserver as a reusable component for tracking
user-to-bot response latency
- Records the value as an attribute on turn spans (turn.user_bot_latency_seconds)
- Updated TurnTraceObserver to use UserBotLatencyObserver, following the same pattern as TurnTrackingObserver
- Updated PipelineTask to automatically create and wire UserBotLatencyObserver
when tracing is enabled (same as TurnTrackingObserver)
2026-02-05 14:29:42 -05:00
Mark Backman
86147f15f3
Renumber the Resemble foundational example
2026-02-02 09:07:05 -05:00
Mark Backman
ba2b7c05d6
Add ResembleAITTSService
2026-02-02 08:55:27 -05:00
Aleix Conchillo Flaqué
675c7c43e3
examples: update 07zd to use vad_analyzer in LLMUserAggregator
2026-01-31 15:31:15 -08:00
Mark Backman
a587e1b99a
Update quickstart for 0.0.101
2026-01-31 09:52:24 -05:00
Aleix Conchillo Flaqué
604d5d0b14
examples: update 07zi and 07zj to use vad_analyzer form LLMUserAggregator
2026-01-30 16:14:02 -08:00
Mark Backman
c92ec1552e
Add 22 foundational to release evals
2026-01-30 15:12:52 -05:00
Mark Backman
63a23246d5
Add UserTurnCompletionLLMServiceMixin ( #3518 )
...
* Added UserTurnCompletionLLMServiceMixin class
* Added 22-filter-incomplete-turns.py foundational example
* Removed old 22 natural conversation foundational examples
* Added test_user_turn_completion_mixin.py
2026-01-30 14:57:15 -05:00
Aleix Conchillo Flaqué
307aeaeda0
examples: update with LLMUserAggregatorParams vad_analyzer and VADProcessor
2026-01-30 10:07:34 -08:00
Aleix Conchillo Flaqué
72ab329513
services(tss): add new KokoroTTSService
2026-01-30 09:39:01 -08:00
Mark Backman
7be2b8cc34
Merge pull request #3587 from pipecat-ai/mb/gradium-improvements
...
GradiumSTTService now flushes pending transcripts on VAD stopped dete…
2026-01-29 18:11:25 -05:00
Aleix Conchillo Flaqué
bbb8b53d03
runner: allow custom CLI arguments
2026-01-29 10:15:53 -08:00
Mark Backman
31c7fbc5ba
Add delay_in_frames and language support
2026-01-29 10:59:04 -05:00
Mark Backman
6ab12626d6
GradiumSTTService now flushes pending transcripts on VAD stopped detection
2026-01-29 10:26:17 -05:00
Aleix Conchillo Flaqué
875614ff7a
tts: add support for local PiperTTSService
2026-01-29 00:16:39 -08:00
Aleix Conchillo Flaqué
eb1bf1e446
tts: rename PiperTTSService to PiperHttpTTSService
2026-01-28 23:27:32 -08:00
Filipi da Silva Fuchter
27277ed3d9
Merge pull request #3571 from pipecat-ai/filipi/funcion_call_improvements
...
Function call improvements
2026-01-28 14:03:40 -05:00
filipi87
c8496dfb8e
Updated the examples which use UserImageRequestFrame to defer the function call result.
2026-01-28 15:39:21 -03:00
Aleix Conchillo Flaqué
f3ef488925
rename DAILY_SAMPLE_ROOM_URL to DAILY_ROOM_URL
2026-01-28 10:05:27 -08:00
Mark Backman
f7a1c6b719
Merge pull request #3408 from ai-coustics/aic-v2
...
Add ai-coustics AIC SDK v2 support with model downloading
2026-01-27 10:38:26 -05:00
Mark Backman
9c6b11cecf
Update README links to use absolute URLs
2026-01-26 13:03:39 -05:00
Gökmen Görgen
5fd43faec3
add min speech duration.
2026-01-26 08:44:17 +01:00
Gökmen Görgen
f0cc54589e
remove enhancement level parameter from AICFilter.
2026-01-26 08:44:17 +01:00
Gökmen Görgen
22b9aac2ff
use quail model in the example.
2026-01-26 08:44:17 +01:00
Gökmen Görgen
7f86f4ac27
fix class name.
2026-01-26 08:44:17 +01:00
Gökmen Görgen
d3bdd2d246
use new model id.
2026-01-26 08:44:17 +01:00
Gökmen Görgen
a0d801b658
Remove outdated AIC Filter and VAD v2 files, migrate to consolidated implementations.
...
Added the new ACIFilter to the same module.
2026-01-26 08:44:17 +01:00
Gökmen Görgen
35919a84e3
aic-sdk-py v2.
...
# Conflicts:
# uv.lock
2026-01-26 08:44:17 +01:00
Aleix Conchillo Flaqué
054e504868
examples(foundational): remove RTVI (automatically added by PipelineTask)
2026-01-21 18:14:17 -08:00
kompfner
778dacc9a8
Merge pull request #3486 from pipecat-ai/pk/fix-nova-sonic-reset-conversation
...
Fix `AWSNovaSonicLLMService.reset_conversation()`
2026-01-20 10:07:38 -05:00
Paul Kompfner
c89083e72e
Improve 20e example to ask the bot to give a recap when loading a previous conversation from disk
2026-01-20 09:56:25 -05:00
Mark Backman
11cf891ac8
Manual updates for unused imports
2026-01-19 14:03:22 -05:00
Mark Backman
ce7d823770
Remove unused imports
2026-01-18 08:22:22 -05:00
Mark Backman
829c5f4604
Merge pull request #3169 from Incanta/hathora
...
Add Hathora STT and TTS services
2026-01-17 16:25:12 -05:00
Mike Seese
a3d206050d
move hathora example as requested
2026-01-17 10:31:08 -08:00
Mark Backman
11924bb980
Add on_user_mute_started and on_user_mute_stopped events
2026-01-17 11:01:46 -05:00
Mark Backman
1e1160906e
Update on_user_idle to on_user_turn_idle
2026-01-17 07:04:27 -05:00
Mark Backman
2e8e574ea5
Add UserIdleController, deprecate UserIdleProcessor
2026-01-16 18:44:19 -05:00
Aleix Conchillo Flaqué
58552af8fd
examples(foundational): remote STTMuteFilter example
2026-01-16 11:07:20 -08:00
Aleix Conchillo Flaqué
c7ab87b0cc
turns: move mute to user_mute
2026-01-16 11:07:20 -08:00
Mike Seese
2249f3d673
add requested changes from code review
2026-01-15 15:27:56 -08:00
Mike Seese
e7c83c19b6
port turn_start_strategies to the newer user_turn_strategies
2026-01-15 15:27:55 -08:00
Mike Seese
7be7fb49a3
remove turn_analyzer args from transport params
2026-01-15 15:27:54 -08:00
Mike Seese
e9f1d951d3
Apply suggestions from code review
...
Co-authored-by: Mark Backman <m.backman@gmail.com >
2026-01-15 15:27:54 -08:00
Mike Seese
e5632a9339
transition Hathora service to use the unified API and apply PR feedback
...
add Hathora to root files
Hathora run linter
added hathora changelog
2026-01-15 15:27:53 -08:00
Mike Seese
1510fb4fc0
add Hathora STT and TTS services
2026-01-15 15:26:52 -08:00