Sam Sykes
|
3a71865cf4
|
removed old metrics
|
2026-01-26 23:11:25 +00:00 |
|
Mark Backman
|
ecf2e69f3f
|
Merge pull request #3536 from surapuramakhil/main
LLMAssistantAggregator: preserve non-ASCII characters in JSON output
|
2026-01-26 16:42:05 -05:00 |
|
Mark Backman
|
884630a6bd
|
Merge pull request #3559 from pipecat-ai/aleix/transport-broadcast-fixes
transports: fix broadcast_frame_class reference
|
2026-01-26 16:25:31 -05:00 |
|
filipi87
|
2f23f2e39c
|
Fixed race condition in OpenAIRealtimeBetaLLMService that could cause an error when truncating the conversation.
|
2026-01-26 17:08:27 -03:00 |
|
Sam Sykes
|
8b88280bb1
|
Default to using EXTERNAL mode.
|
2026-01-26 15:52:42 +00:00 |
|
Sam Sykes
|
960d0faea5
|
support is_eou for final segment in utterance
|
2026-01-26 15:48:04 +00:00 |
|
Luke Payyapilli
|
b9390ccb1b
|
Address review: remove UserStartedSpeakingFrame, add explanatory comment
|
2026-01-26 10:08:17 -05:00 |
|
Mark Backman
|
061a0dc43d
|
Merge pull request #3498 from pipecat-ai/mb/azure-tts-8khz-workaround
AzureTTSService 8khz workaround
|
2026-01-26 09:48:22 -05:00 |
|
Mark Backman
|
328bbe069f
|
Merge pull request #3554 from pipecat-ai/mb/simplify-stt-ttfb
Simplify STT finalize handling
|
2026-01-26 08:00:04 -05:00 |
|
Gökmen Görgen
|
ca2eb1904f
|
Merge remote-tracking branch 'origin/aic-v2' into aic-v2
|
2026-01-26 10:16:23 +01:00 |
|
Gökmen Görgen
|
4bce58f270
|
update changelog and remove outdated dependency notes
|
2026-01-26 10:15:15 +01:00 |
|
Gökmen Görgen
|
7572d63f8f
|
Update src/pipecat/audio/vad/aic_vad.py
Co-authored-by: Andres O. Vela <andresovela@users.noreply.github.com>
|
2026-01-26 10:06:40 +01:00 |
|
Gökmen Görgen
|
3c463c9416
|
Update src/pipecat/audio/vad/aic_vad.py
Co-authored-by: Andres O. Vela <andresovela@users.noreply.github.com>
|
2026-01-26 10:06:33 +01:00 |
|
Gökmen Görgen
|
bd618d64e3
|
Update src/pipecat/audio/filters/aic_filter.py
Co-authored-by: Andres O. Vela <andresovela@users.noreply.github.com>
|
2026-01-26 10:06:16 +01:00 |
|
Gökmen Görgen
|
afcdef8c81
|
docstring clarification.
|
2026-01-26 08:44:17 +01:00 |
|
Gökmen Görgen
|
bd92104fb3
|
clarify voice confidence method behavior in AIC VAD.
|
2026-01-26 08:44:17 +01:00 |
|
Gökmen Görgen
|
34e9f224a8
|
Update src/pipecat/audio/vad/aic_vad.py
Co-authored-by: Andres O. Vela <andresovela@users.noreply.github.com>
|
2026-01-26 08:44:17 +01:00 |
|
Gökmen Görgen
|
70a85cd192
|
use path for keeping the consistency between the parameters.
|
2026-01-26 08:44:17 +01:00 |
|
Gökmen Görgen
|
91e86658b7
|
force developer to set a license key, it's required.
|
2026-01-26 08:44:17 +01:00 |
|
Gökmen Görgen
|
0a8588669c
|
address feedback.
|
2026-01-26 08:44:17 +01:00 |
|
Gökmen Görgen
|
0e99400148
|
two dots are rust specific thinks, I'm not sure if it's familiar for Python developers.
|
2026-01-26 08:44:17 +01:00 |
|
Gökmen Görgen
|
648f20db6d
|
Update src/pipecat/audio/vad/aic_vad.py
Co-authored-by: Andres O. Vela <andresovela@users.noreply.github.com>
|
2026-01-26 08:44:17 +01:00 |
|
Gökmen Görgen
|
09b5b6b12d
|
Update src/pipecat/audio/vad/aic_vad.py
Co-authored-by: Andres O. Vela <andresovela@users.noreply.github.com>
|
2026-01-26 08:44:17 +01:00 |
|
Gökmen Görgen
|
0e6a423955
|
Update src/pipecat/audio/filters/aic_filter.py
Co-authored-by: Andres O. Vela <andresovela@users.noreply.github.com>
|
2026-01-26 08:44:17 +01:00 |
|
Gökmen Görgen
|
dc8972cd94
|
log optimal number of frames for given sample rate in AICFilter.
|
2026-01-26 08:44:17 +01:00 |
|
Gökmen Görgen
|
e4e2231958
|
Update src/pipecat/audio/vad/aic_vad.py
Co-authored-by: Andres O. Vela <andresovela@users.noreply.github.com>
|
2026-01-26 08:44:17 +01:00 |
|
Gökmen Görgen
|
18b3ee743b
|
replace os with pathlib.Path in AICFilter for path handling consistency.
|
2026-01-26 08:44:17 +01:00 |
|
Gökmen Görgen
|
65b8e0e89c
|
rename enabled to bypass in AICFilter for clarity.
|
2026-01-26 08:44:17 +01:00 |
|
Gökmen Görgen
|
b77f8b065f
|
remove voice gain.
|
2026-01-26 08:44:17 +01:00 |
|
Gökmen Görgen
|
5fd43faec3
|
add min speech duration.
|
2026-01-26 08:44:17 +01:00 |
|
Gökmen Görgen
|
abebcf37bd
|
address feedback.
|
2026-01-26 08:44:17 +01:00 |
|
Gökmen Görgen
|
e8d1bec03b
|
Update src/pipecat/audio/filters/aic_filter.py
Co-authored-by: Andres O. Vela <andresovela@users.noreply.github.com>
|
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
|
dcab79753b
|
even the parameters are fixed, keep aic ready for processing.
|
2026-01-26 08:44:17 +01:00 |
|
Gökmen Görgen
|
bdded9b026
|
set SDK ID for telemetry in AIC filter.
|
2026-01-26 08:44:17 +01:00 |
|
Gökmen Görgen
|
1e1e275fea
|
address feedback.
|
2026-01-26 08:44:17 +01:00 |
|
Gökmen Görgen
|
effb6aa8f4
|
clean up unused imports in audio utils.
|
2026-01-26 08:44:17 +01:00 |
|
Gökmen Görgen
|
a4a9bae79e
|
drop v1 support from aic.
|
2026-01-26 08:44:17 +01:00 |
|
Gökmen Görgen
|
f05809520b
|
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
|
ec17dc6626
|
aic-sdk-py v2.
# Conflicts:
# uv.lock
# Conflicts:
# examples/foundational/07zd-interruptible-aicoustics.py
# pyproject.toml
# src/pipecat/audio/filters/aic_filter.py
# src/pipecat/audio/vad/aic_vad.py
|
2026-01-26 08:44:17 +01:00 |
|
Gökmen Görgen
|
4e85e81d9b
|
Update src/pipecat/audio/filters/aic_filter.py
Co-authored-by: Tobias <76444201+Fl1tzi@users.noreply.github.com>
|
2026-01-26 08:44:17 +01:00 |
|
Gökmen Görgen
|
a1cc88a233
|
Update src/pipecat/audio/filters/aic_filter.py
Co-authored-by: Tobias <76444201+Fl1tzi@users.noreply.github.com>
|
2026-01-26 08:44:17 +01:00 |
|
Gökmen Görgen
|
61a230ec53
|
Update src/pipecat/audio/filters/aic_filter.py
Co-authored-by: Stephan Eckes <stephan@steck.tech>
|
2026-01-26 08:44:17 +01:00 |
|
Gökmen Görgen
|
a13380b574
|
clean up unused imports in audio utils.
|
2026-01-26 08:44:17 +01:00 |
|
Gökmen Görgen
|
2a927189d9
|
reorganize imports.
|
2026-01-26 08:44:17 +01:00 |
|
Gökmen Görgen
|
a90c15362c
|
drop v1 support from aic.
|
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é
|
f94a60f381
|
transports: fix broadcast_frame_class reference
|
2026-01-25 15:42:09 -08:00 |
|
ssillerom
|
a446bca72d
|
changes: added OutputTransportUrgentFrame to on closed, removed callback
|
2026-01-25 21:12:28 +01:00 |
|