kompfner
c861beb066
Fix await usage in transcription timeout task
2026-01-23 11:15:16 -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
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
Cale Shapera
6b5bcae86f
change default Inworld TTS model to inworld-tts-1.5-max ( #3531 )
2026-01-22 14:21:15 -05:00
Mark Backman
836073849c
Merge pull request #3527 from weakcamel/patch-1
...
Update README.md - fix Google Imagen URL
2026-01-22 10:46:10 -05:00
Waldek Maleska
b13b65d6e2
Update README.md - fix Google Imagen URL
2026-01-22 15:17:41 +00:00
Mark Backman
3d545b718d
Merge pull request #3344 from omChauhanDev/fix/stt-dynamic-language-update
...
fix: treat language as first-class STT setting
2026-01-22 09:21:56 -05:00
marcus-daily
f2fa5d9733
Updating changelog
2026-01-22 14:17:59 +00:00
marcus-daily
76b774072c
Formatting fixes
2026-01-22 14:17:59 +00:00
marcus-daily
b6341ffaa5
Save Smart Turn input data if SMART_TURN_LOG_DATA is set
2026-01-22 14:17:59 +00:00
Mark Backman
29fae67c9e
Merge pull request #3523 from omChauhanDev/add-location-support-google-tts
...
feat(google): add location parameter to TTS services
2026-01-22 09:12:16 -05:00
Mark Backman
718ea1c15e
Merge pull request #3526 from pipecat-ai/mb/remove-logs
...
Remove application logs
2026-01-22 08:48:07 -05:00
Mark Backman
8e09d94614
Remove application logs
2026-01-22 08:28:52 -05:00
Aleix Conchillo Flaqué
de73e28563
Merge pull request #3510 from omChauhanDev/feat/add-reached-filter-methods
...
feat(task): add additive filter methods for frame monitoring
2026-01-21 21:05:33 -08:00
Aleix Conchillo Flaqué
55250b4f7e
Merge pull request #3521 from pipecat-ai/aleix/claude-changelog-skill
...
claude: initial /changelog skill
2026-01-21 20:50:47 -08:00
Om Chauhan
281145a991
added changelog
2026-01-22 09:55:57 +05:30
Om Chauhan
7bd32e2fe5
feat(google): add location parameter to TTS services
2026-01-22 09:49:19 +05:30
James Hush
8f05d95f50
feat: add video_out_codec parameter for DailyTransport ( #3520 )
...
* feat: add video_out_codec parameter for DailyTransport
Add video_out_codec parameter to TransportParams allowing configuration
of the preferred video codec (VP8, H264, H265) for video output.
When set, this passes the preferredCodec option to Daily's
VideoPublishingSettings during the join operation.
* chore: move video_out_codec parameter to changelog folder (#3522 )
* Initial plan
* Move video_out_codec parameter to changelog/3520.added.md
Co-authored-by: jamsea <614910+jamsea@users.noreply.github.com >
* Revert all CHANGELOG.md changes, keep only changelog/3520.added.md
Co-authored-by: jamsea <614910+jamsea@users.noreply.github.com >
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: jamsea <614910+jamsea@users.noreply.github.com >
---------
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com >
Co-authored-by: jamsea <614910+jamsea@users.noreply.github.com >
2026-01-22 11:31:07 +08:00
Om Chauhan
87c12f3098
changed frame filter storage type from tuples to sets
2026-01-22 08:43:46 +05:30
Om Chauhan
9c0bf89247
added changelog
2026-01-22 08:43:46 +05:30
Om Chauhan
6e44a2ab49
feat(task): add additive filter methods for frame monitoring
2026-01-22 08:43:46 +05:30
Aleix Conchillo Flaqué
7aa7b86aed
claude: initial /changelog skill
2026-01-21 18:43:04 -08:00
Aleix Conchillo Flaqué
5ad9faeb4c
Merge pull request #3519 from pipecat-ai/aleix/embedded-rtvi-processor
...
automatically add RTVI to the pipeline
2026-01-21 18:17:26 -08:00
Aleix Conchillo Flaqué
9e8f8b45c6
added changelog files for #3519
2026-01-21 18:14:17 -08:00
Aleix Conchillo Flaqué
0ee11ad333
tests: disable RTVI in tests by default
2026-01-21 18:14:17 -08:00
Aleix Conchillo Flaqué
124a3c35af
RTVIObserver: don't handle some frames direction
2026-01-21 18:14:17 -08:00
Aleix Conchillo Flaqué
054e504868
examples(foundational): remove RTVI (automatically added by PipelineTask)
2026-01-21 18:14:17 -08:00
Aleix Conchillo Flaqué
e85a00cc0e
PipelineTask: automatically add RTVI processor and RTVI observer
...
If `enable_rtvi` is enabled (enabled by default) and RTVI processor will be
added automatically to the pipeline. Also, and RTVI observer will be
registered.
2026-01-21 18:14:17 -08:00
Aleix Conchillo Flaqué
cc61cdbba3
RTVIProcessor: add create_rtvi_observer()
2026-01-21 18:14:17 -08:00
Aleix Conchillo Flaqué
62f4708d43
transports: broadcast InputTransportMessageFrame frames
2026-01-21 18:14:17 -08:00
Aleix Conchillo Flaqué
ba0ddb1832
FrameProcessor: copy kwargs when broadcasting frame
2026-01-21 18:14:17 -08:00
Aleix Conchillo Flaqué
eacd2a4b71
FrameProcessor: add broadcast_frame_instance()
2026-01-21 18:14:17 -08:00
Mark Backman
7ed110650d
Merge pull request #3516 from okue/minorpatch1
...
refactor(user_mute): remove unnecessary _bot_speaking assignment in _handle_bot_stopped_speaking
2026-01-21 10:33:59 -05:00
okue
4a724379fc
refactor(user_mute): remove unnecessary _bot_speaking assignment in _handle_bot_stopped_speaking
...
The _bot_speaking flag does not need to be set in this method,
so the redundant assignment has been removed.
2026-01-21 23:59:15 +09:00
Aleix Conchillo Flaqué
768d3958dd
Merge pull request #3512 from pipecat-ai/changelog-0.0.100
...
Release 0.0.100 - Changelog Update
v0.0.100
2026-01-20 19:32:56 -08:00
aconchillo
5f9ff8bd58
Update changelog for version 0.0.100
2026-01-20 19:21:19 -08:00
Aleix Conchillo Flaqué
59ed422052
Merge pull request #3511 from pipecat-ai/aleix/camb-tts-client-on-start
...
CambTTSService: initialize client during StartFrame
2026-01-20 19:17:45 -08:00
Aleix Conchillo Flaqué
7e0ca113af
CambTTSService: initialize client during StartFrame
2026-01-20 19:07:12 -08:00
Aleix Conchillo Flaqué
13c52e0e6d
Merge pull request #3509 from pipecat-ai/aleix/nvidia-stt-tts-improvements
...
NVIDIA STT/TTS performance improvements
2026-01-20 16:39:12 -08:00
Aleix Conchillo Flaqué
a787fd9cd8
NVIDIATTSService: process incoming audio frame right away
...
Process audio as soon as we receive it from the generator. Previously, we were
reading from the generator and adding elements into a queue until there was no
more data, then we would process the queue.
2026-01-20 15:41:05 -08:00
Aleix Conchillo Flaqué
14495c425a
NVIDIASTTService: no need for additional queue and task
2026-01-20 13:50:17 -08:00
Aleix Conchillo Flaqué
461bd0a2e0
update changelog for #3494 and #3499
2026-01-20 13:26:40 -08:00
Aleix Conchillo Flaqué
bd45ce2b4e
Merge pull request #3499 from lukepayyapilli/fix/livekit-video-queue-memory-leak
...
fix(livekit): prevent memory leak when video_in_enabled is False
2026-01-20 13:21:21 -08:00
Aleix Conchillo Flaqué
a266644b06
Merge pull request #3494 from omChauhanDev/fix/uninterruptible-frame-handling
...
fix: preserve UninterruptibleFrames in __reset_process_queue
2026-01-20 13:19:40 -08:00
Mark Backman
03faadd7f9
Merge pull request #3508 from pipecat-ai/ss/log-daily-ids
...
Log Daily participant and meeting session IDs upon successful join in…
2026-01-20 15:43:48 -05:00
Aleix Conchillo Flaqué
bf43032652
Merge pull request #3504 from pipecat-ai/aleix/nvidia-stt-tts-error-handling
...
NVIDIA STT/TTS error handling
2026-01-20 09:41:08 -08:00
Sunah Suh
fa6f924b31
Log Daily participant and meeting session IDs upon successful join in Daily Transport
2026-01-20 11:31:17 -06:00
Aleix Conchillo Flaqué
a010a020fd
add changelog fo 3504
2026-01-20 09:03:30 -08:00