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
|
ca4e3c79f9
|
Update pyproject.toml
Co-authored-by: Andres O. Vela <andresovela@users.noreply.github.com>
|
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
|
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
|
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
|
c943ef9261
|
keep uv.lock as it is.
|
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
|
d3bdd2d246
|
use new model id.
|
2026-01-26 08:44:17 +01:00 |
|
Gökmen Görgen
|
465ae4f706
|
keep uv.lock as it is.
|
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 |
|
Sergio Sillero
|
8ae834366b
|
Merge branch 'pipecat-ai:main' into feature/genesys_serializer
|
2026-01-25 21:04:27 +01:00 |
|
Mark Backman
|
a4acc12f91
|
Align Speechmatics STT TTFB metrics with STT classes
|
2026-01-24 18:26:34 -05:00 |
|
Mark Backman
|
e93112e76e
|
Simplify STT finalize handling
|
2026-01-24 15:28:27 -05:00 |
|
Mark Backman
|
680bcaac66
|
Merge pull request #3550 from pipecat-ai/mb/update-smart-turn-data-env-var
Update env var to PIPECAT_SMART_TURN_LOG_DATA
|
2026-01-24 13:52:36 -05:00 |
|
Mark Backman
|
d2ac9006a2
|
Update env var to PIPECAT_SMART_TURN_LOG_DATA
|
2026-01-24 12:50:42 -05:00 |
|
Mark Backman
|
bcb019e8ab
|
Add TTFB metrics for STT services (#3495)
|
2026-01-23 18:47:34 -05:00 |
|
kompfner
|
4ea546785f
|
Merge pull request #3406 from omChauhanDev/fix/openrouter-gemini-messages
fix(openrouter): handle multiple system messages for Gemini models
|
2026-01-23 14:53:59 -05:00 |
|
filipi87
|
f128cdd19a
|
Adding a changelog entry to the AudioBufferProcessor fix.
|
2026-01-23 16:16:01 -03:00 |
|
filipi87
|
7921bce4af
|
Refactoring AudioBufferProcessor to fix audio track synchronization.
|
2026-01-23 16:15:48 -03:00 |
|
Luke Payyapilli
|
cadced3f79
|
feat: handle server_content.interrupted for faster barge-in response
|
2026-01-23 10:41:04 -05:00 |
|
Aleix Conchillo Flaqué
|
8951442b8e
|
Merge pull request #3534 from pipecat-ai/aleix/claude-skills-pr-description
claude: add pr-description skill
|
2026-01-22 17:34:46 -08:00 |
|
Aleix Conchillo Flaqué
|
7e6e3031e7
|
claude: add pr-description skill
|
2026-01-22 13:41:50 -08:00 |
|
Akhil
|
3b3c7aa8cc
|
LLMAssistantAggregator: preserve non-ASCII characters in JSON output
Add ensure_ascii=False to json.dumps() calls for tool call arguments
and function call results to prevent unnecessary unicode escaping.
|
2026-01-22 15:37:44 -06:00 |
|
Aleix Conchillo Flaqué
|
308829f92b
|
Merge pull request #3533 from pipecat-ai/aleix/claude-skills-docstring
claude: add docstring skill
|
2026-01-22 12:58:38 -08:00 |
|
Aleix Conchillo Flaqué
|
82a799e63e
|
claude: add docstring skill
|
2026-01-22 12:53:38 -08:00 |
|