Brian Mathiyakom
2eb2c5a413
Use disconnect() because close() doesn't exist
...
SmallWebRTCConnection doesn't have a `close()`. There's a `_close()` but I assume that's private due to its naming. The closest function that uses `_close()` is `disconnect()`. I assume then, that the intended resource freeing function call should be to `disconnect()`.
2025-05-30 17:14:53 -07:00
Aleix Conchillo Flaqué
ca7b0650c2
examples: capture camera or screen. allow setting framerate
2025-05-29 13:16:44 -07:00
Aleix Conchillo Flaqué
1788ba6c5c
add new pipecat.examples package and make runner public
2025-05-29 10:43:12 -07:00
vipyne
821da723c0
update SmallWebRTCTransport text examples with new run_example
2025-05-28 13:54:45 -05:00
Filipi Fuchter
575b97ba60
Some improvements and cleanups in the SmallWebRTCTransport text examples.
2025-05-28 13:54:45 -05:00
vipyne
cc0819b709
examples: add text and audio over webrtc transport
...
update filenames
add high level comments to 41* examples
2025-05-28 13:54:45 -05:00
vipyne
318d6f042b
examples: add text chatbot example using small webrtc transport
...
examples: send small webrtc UI updates in RTVIServerMessageFrame
add explanation about RTVI server messages being specific to
small-webrtc-prebuilt UI
2025-05-28 13:54:45 -05:00
Aleix Conchillo Flaqué
d476d9ea05
examples: remove "on_client_closed"
...
This has been replaced for "on_client_disconnected" in SmallWebRTCTransport to
match other transports and therefore it is not necessary anymore.
2025-05-27 17:42:52 -07:00
Aleix Conchillo Flaqué
6393e89022
examples(foundational): update handle_signint depending on transport
2025-05-27 17:42:52 -07:00
Aleix Conchillo Flaqué
884268fce3
examples(foundational): allow running examples with twilio
2025-05-27 17:42:52 -07:00
Aleix Conchillo Flaqué
2cdfaa0a82
examples(foundational): support multiple transports
2025-05-27 17:42:52 -07:00
Mark Backman
6d94f31ff2
Update foundational example 33 to work with google-genai
2025-05-27 11:20:21 -04:00
Filipi Fuchter
31492831cc
Updating the changelog and readme to reflect the Tavus changes.
2025-05-23 23:04:04 -03:00
Filipi Fuchter
8221dd594e
Creating a Tavus example using the DailyTransport.
2025-05-23 23:03:40 -03:00
Filipi Fuchter
6346ca1a84
Creating a Tavus example using the SmallWebRTCTransport.
2025-05-23 23:03:24 -03:00
Filipi Fuchter
4a3404883f
Creating a Tavus example using the new TavusTransport.
2025-05-23 23:03:16 -03:00
Aleix Conchillo Flaqué
456db3710a
Merge pull request #1828 from pipecat-ai/aleix/daily-use-audio-renderers
...
DailyTransport: replace virtual speaker and microphones
2025-05-23 13:31:51 -07:00
Aleix Conchillo Flaqué
88e8fcdaca
observers: added UserBotLatencyLogObserver
2025-05-23 09:17:53 -07:00
Aleix Conchillo Flaqué
69ac70eed8
DailyTransport: replace virtual microphone with custom microphone track
2025-05-23 01:47:09 -07:00
Mark Backman
3c819955a2
Add SarvamTTSService
2025-05-22 16:23:08 -04:00
Aleix Conchillo Flaqué
54b1d7fcc1
BaseTextAggregator: make functions async
2025-05-20 13:11:42 -07:00
Mark Backman
916b9d6c6d
Add an example for CartesiaHttpTTSService
2025-05-19 11:31:47 -04:00
Mark Backman
d3942dda52
Gemini Live to transcribe user audio
2025-05-16 10:53:01 -04:00
Mark Backman
90f27a3090
Merge pull request #1816 from pipecat-ai/mb/add-minimax-tts
...
Add MiniMax TTS
2025-05-15 18:05:13 -04:00
Mark Backman
b6f09defc9
Add MiniMax TTS
2025-05-15 18:02:29 -04:00
Aleix Conchillo Flaqué
95c25efab7
remove SileroVAD() frame processor
2025-05-15 11:55:20 -07:00
Mark Backman
50f6235edb
Add support for OpenTelemetry tracing ( #1729 )
...
* Also added TurnTrackingObserver, TurnTraceObserver, foundational 29, open-telemetry-example
2025-05-13 17:18:11 -04:00
Filipi da Silva Fuchter
b14608f09b
Merge pull request #1799 from pipecat-ai/daily_audio_source
...
Using audio source for capturing Daily's participant audio
2025-05-13 08:15:10 -03:00
vipyne
b25b251a44
update examples
2025-05-12 14:07:17 -05:00
Filipi Fuchter
d22dbb1a6d
Fixing ruff format.
2025-05-12 10:36:21 -03:00
Filipi Fuchter
983199a6cd
New example capturing the audio from the participant using the custom audio source.
2025-05-12 10:18:43 -03:00
Vanessa Pyne
18c0374126
Merge pull request #1785 from pipecat-ai/vp-small-filenmae-change
...
39-aws-nova-sonic.py -> 40-aws-nova-sonic.py
2025-05-09 12:19:09 -05:00
Aleix Conchillo Flaqué
f31efa42c9
GoogleLLMService: deprecate google-generativeai
2025-05-09 09:14:43 -07:00
vipyne
74b369ff20
39-aws-nova-sonic.py -> 40-aws-nova-sonic.py
2025-05-09 08:30:59 -05:00
Mark Backman
75ce632f84
Add DebugLogObserver
2025-05-07 17:21:08 -04:00
Paul Kompfner
896f8d85f7
[WIP] AWS Nova Sonic service - remove out-of-date TODO comment
2025-05-07 13:54:06 -04:00
Paul Kompfner
8473647269
[WIP] AWS Nova Sonic service - update persistent-context example to better avoid saving "transitional", as opposed to meaningful, context messages
2025-05-07 13:52:51 -04:00
Paul Kompfner
5579145a06
[WIP] AWS Nova Sonic service - post-rebase, update examples to play nicely with recent pipecat changes
2025-05-07 13:52:51 -04:00
Paul Kompfner
c7e223e85a
[WIP] AWS Nova Sonic service - remove print statements in favor of logger
2025-05-07 13:52:51 -04:00
Paul Kompfner
467233be04
[WIP] AWS Nova Sonic service - support multi-line system prompt
2025-05-07 13:52:51 -04:00
Paul Kompfner
2b02d08f4c
[WIP] AWS Nova Sonic service - add comments to examples pointing out the us-east-1 is the only supported region so far
2025-05-07 13:52:51 -04:00
Paul Kompfner
9fe265ea64
[WIP] AWS Nova Sonic service - implement ability to persist and load conversations
2025-05-07 13:52:51 -04:00
Paul Kompfner
cc1f4ba81c
[WIP] AWS Nova Sonic service - add a hacky way of programmatically triggering an assistant response
2025-05-07 13:52:51 -04:00
Paul Kompfner
da5c4953d5
[WIP] AWS Nova Sonic service - allow passing in tools into initializer
2025-05-07 13:52:51 -04:00
Paul Kompfner
2b7e1cb5b1
[WIP] AWS Nova Sonic service - add tool calling
2025-05-07 13:52:51 -04:00
Paul Kompfner
f182eafb40
[WIP] AWS Nova Sonic service - add ability to pass in OpenAILLMContext
2025-05-07 13:52:51 -04:00
Paul Kompfner
9b8bce1914
[WIP] AWS Nova Sonic service - add voice_id
2025-05-07 13:52:51 -04:00
Paul Kompfner
5b64613f65
[WIP] AWS Nova Sonic service
2025-05-07 13:52:51 -04:00
Paul Kompfner
13569a5a5a
[WIP] AWS Nova Sonic service
2025-05-07 13:52:51 -04:00
Paul Kompfner
7668b27fc0
[WIP] AWS Nova Sonic service
2025-05-07 13:52:51 -04:00