Aleix Conchillo Flaqué
|
bd50201ce4
|
transports(daily): just make it clear we subscribe to camera
|
2024-11-04 17:32:46 -08:00 |
|
Aleix Conchillo Flaqué
|
6082da284e
|
Merge pull request #611 from pipecat-ai/aleix/audio-filters
introduce audio filters
|
2024-11-04 16:34:47 -08:00 |
|
Aleix Conchillo Flaqué
|
358c458265
|
transports(base_input): handle filter contorl frames
|
2024-11-04 16:19:52 -08:00 |
|
Aleix Conchillo Flaqué
|
807dbbe326
|
audio(noisereduce): allow enabling/disabling filter
|
2024-11-04 16:13:29 -08:00 |
|
Aleix Conchillo Flaqué
|
3c116b291d
|
audio(mixers): some cosmetics
|
2024-11-04 15:37:08 -08:00 |
|
Aleix Conchillo Flaqué
|
0dd413ee90
|
audio(filters): add noisereduce filter
|
2024-11-04 15:37:08 -08:00 |
|
Aleix Conchillo Flaqué
|
abc8ede3d7
|
introduce audio filters
|
2024-11-04 15:37:08 -08:00 |
|
Aleix Conchillo Flaqué
|
126324ca1b
|
Merge pull request #687 from pipecat-ai/aleix/transport-audio-mixers
introduce transport audio mixers
|
2024-11-04 13:14:36 -08:00 |
|
Aleix Conchillo Flaqué
|
602915ae18
|
examples(websocket-server): allow interruptions
|
2024-11-04 13:05:02 -08:00 |
|
Aleix Conchillo Flaqué
|
0ac9e2dd3f
|
transports(network): synchronize with time before sending data
|
2024-11-04 13:04:18 -08:00 |
|
Aleix Conchillo Flaqué
|
a9ef5ca95d
|
examples: add bot background sound example
|
2024-11-03 11:13:02 -08:00 |
|
Aleix Conchillo Flaqué
|
81c476dd4c
|
introduce output transport audio mixers
|
2024-11-03 11:13:02 -08:00 |
|
Kwindla Hultman Kramer
|
151242d3a0
|
Merge pull request #666 from pipecat-ai/khk/realtime-pipecat-vad
Support using Pipecat turn detection instead of OpenAI Realtime API turn detection
|
2024-11-02 08:36:31 -07:00 |
|
Kwindla Hultman Kramer
|
93c6e5098c
|
added comment explaining config of TurnDetection
|
2024-11-02 08:24:54 -07:00 |
|
Aleix Conchillo Flaqué
|
4455b2a428
|
rtvi: create queues before tasks
|
2024-11-01 23:06:50 -07:00 |
|
Aleix Conchillo Flaqué
|
94062592ef
|
base_output: generate smaller audio frames of the same incoming type
|
2024-11-01 23:06:50 -07:00 |
|
Aleix Conchillo Flaqué
|
d2401a76c8
|
base_output: only generate bot speaking with TTS audio frames
|
2024-11-01 23:06:50 -07:00 |
|
Aleix Conchillo Flaqué
|
e2b1b56e86
|
examples: don't require room token if using an STT
|
2024-11-01 23:06:50 -07:00 |
|
Mark Backman
|
84bd767312
|
Merge pull request #685 from pipecat-ai/mb/add-recording-events
Add recording events and callbacks
|
2024-11-01 12:02:46 -04:00 |
|
Mark Backman
|
802c29e9e1
|
Add recording events and callbacks
|
2024-11-01 10:20:00 -04:00 |
|
Aleix Conchillo Flaqué
|
f83381860c
|
Merge pull request #677 from pipecat-ai/aleix/add-notifier-and-notifier-filters
add notifiers and more frame filters
|
2024-10-31 15:55:07 -07:00 |
|
Aleix Conchillo Flaqué
|
4dad1bfe49
|
examples: add foundational/22-natural-conversation.py
|
2024-10-31 12:10:33 -07:00 |
|
marcus-daily
|
9ee8896b64
|
Removing unnecessary ruff arguments from README
|
2024-10-31 18:02:29 +00:00 |
|
marcus-daily
|
5f7a2f66d4
|
Add .idea to .gitignore
|
2024-10-31 18:02:29 +00:00 |
|
marcus-daily
|
76e5f1e847
|
Remove unnecessary ruff params in CI
|
2024-10-31 15:07:28 +00:00 |
|
marcus-daily
|
6975340d6c
|
Set Ruff config for the project
|
2024-10-31 15:07:28 +00:00 |
|
marcus-daily
|
0f4cf56418
|
Load dotenv in simple chatbot server (fixes #415)
|
2024-10-31 12:08:30 +00:00 |
|
Aleix Conchillo Flaqué
|
018e51e8a3
|
add notifiers and more frame filters
|
2024-10-30 16:36:17 -07:00 |
|
Vanessa Pyne
|
b050143952
|
Merge pull request #676 from RonakAgarwalVani/fix/chunk-choices-delta-none
Fix uncaught exception when accessing 'tool_calls' in NoneType delta in response handling
|
2024-10-30 14:44:32 -05:00 |
|
Mark Backman
|
98ea1f0791
|
Merge pull request #675 from pipecat-ai/mb/playht-add-request-id
Add a request_id to each TTS sequence
|
2024-10-30 13:56:15 -04:00 |
|
Mark Backman
|
8272c35527
|
Use a request_id in TTS commands for the PlayHT websocket service
|
2024-10-30 13:54:18 -04:00 |
|
Mark Backman
|
e973e82e05
|
Merge pull request #672 from pipecat-ai/mb/fix-playht
Fix PlayHT TTFB metrics
|
2024-10-30 13:53:02 -04:00 |
|
RonakAgarwalVani
|
d1396bf618
|
Update openai.py
|
2024-10-30 14:26:49 +05:30 |
|
Vanessa Pyne
|
8186e423de
|
Merge pull request #637 from pipecat-ai/vp-issue-template
docs: add ISSUE_TEMPLATE.md
|
2024-10-29 15:08:42 -05:00 |
|
vipyne
|
3010addb8b
|
docs: add CONTRIBUTING.md
|
2024-10-29 15:03:07 -05:00 |
|
vipyne
|
029e0d391e
|
docs: add ISSUE_TEMPLATE.md
|
2024-10-29 15:03:07 -05:00 |
|
Vanessa Pyne
|
bf31223577
|
Merge pull request #671 from pipecat-ai/vp-issue-635
docs: small fix
|
2024-10-29 14:34:13 -05:00 |
|
vipyne
|
42cc79154f
|
docs: small fix
|
2024-10-29 14:33:57 -05:00 |
|
Mark Backman
|
05b857006a
|
Update changelog
|
2024-10-28 20:56:29 -04:00 |
|
Mark Backman
|
2e57d21b89
|
Fix ttfb metrics
|
2024-10-28 20:27:24 -04:00 |
|
Aleix Conchillo Flaqué
|
fa05ec46be
|
Merge pull request #667 from pipecat-ai/aleix/base-output-bot-speaking-detection
transports(base_output): use audio frames for bot speaking detection
|
2024-10-28 10:54:54 -07:00 |
|
Aleix Conchillo Flaqué
|
e3ce619284
|
transports(base_output): use audio frames for bot speaking detection
|
2024-10-28 10:07:37 -07:00 |
|
Vanessa Pyne
|
fb512dcd74
|
Merge pull request #630 from MoofSoup/update-readme
docs: simplify readme
|
2024-10-28 10:26:30 -05:00 |
|
Aleix Conchillo Flaqué
|
ca15d97383
|
Merge pull request #662 from pipecat-ai/aleix/daily-transport-async-functions
transports(daily): make functions async
|
2024-10-25 16:14:06 -07:00 |
|
Aleix Conchillo Flaqué
|
b32448e967
|
transports(daily): make functions async
|
2024-10-25 15:01:52 -07:00 |
|
Aleix Conchillo Flaqué
|
7e30da6183
|
Merge pull request #661 from pipecat-ai/aleix/allow-updating-subscritption-before
transports(daily): allow updating subscriptions before join
|
2024-10-25 15:00:34 -07:00 |
|
Aleix Conchillo Flaqué
|
a6dd2600d2
|
examples(tavus): await update_subscriptions
|
2024-10-25 14:56:56 -07:00 |
|
Aleix Conchillo Flaqué
|
b905b57dfc
|
transports(daily): allow updating subscriptions before join
|
2024-10-25 14:46:17 -07:00 |
|
Kwindla Hultman Kramer
|
e1a7edfb58
|
make it possible to use Pipecat turn detection instead of OpenAI turn detection
|
2024-10-25 15:59:48 -05:00 |
|
Aleix Conchillo Flaqué
|
1b30b1fc23
|
Merge pull request #665 from pipecat-ai/aleix/fix-bot-started-stopped-speaking
transports(base_output): fix constant bot started/stopped speaking fr…
|
2024-10-25 13:00:38 -07:00 |
|