Aleix Conchillo Flaqué
ab45e481be
introduce PipelineParams audio input/output sample rates
2025-02-04 14:12:56 -08:00
Aleix Conchillo Flaqué
3fe2124314
examples: use task.cancel() when participant leaves or disconnects
2025-01-28 15:46:20 -08:00
kompfner
8b602a3f62
Merge pull request #1010 from pipecat-ai/ios-simplechatbot-assorted-improvements
...
iOS SimpleChatbot assorted improvements
2025-01-16 13:59:45 -05:00
Paul Kompfner
b5f72b4378
Add to the SimpleChatbot server README a step for pointing to the local version of pipecat
2025-01-16 11:59:44 -05:00
Paul Kompfner
156fffe6fc
In iOS SimpleChatbot demo, add clarifying note to Audio Settings section header explaining that "(No selection = system default)".
...
Ideally we could add a row showing that the system default is selected, but this is OK as a short-term fix. Also, the presence of that row might suggest that "system default" is selectable, but it's not: this is currently a limitation in the Pipecat Client.
2025-01-16 10:32:55 -05:00
Paul Kompfner
c9834e2712
In iOS SimpleChatbot demo, remove unused LLMHelperDelegate protocol conformance
2025-01-16 10:31:17 -05:00
Paul Kompfner
1e7e307f69
In iOS SimpleChatbot demo, call release() when disconnecting the voice client, since we're not using it after disconnecting
2025-01-16 10:30:06 -05:00
Aleix Conchillo Flaqué
e50c76d075
examples(simple-chatbot): use RTVIObserver for server-client messages
2025-01-15 17:45:00 -08:00
kompfner
80b6c28431
Merge pull request #992 from pipecat-ai/live-updates-to-selected-and-available-mics
...
In the iOS SimpleChatbot demo, wire up live updates to the selected m…
2025-01-15 15:00:14 -05:00
Mark Backman
06a0e29920
Merge pull request #991 from pipecat-ai/mb/update-web-simple-chatbot
...
Update simple-chatbot example to use the latest client SDKs
2025-01-15 13:36:03 -05:00
Paul Kompfner
110ce27c91
In the iOS SimpleChatbot demo, wire up live updates to the selected mic and available mics list. This is beneficial for a few reasons:
...
- Live updates are nice! We can now more easily see what's going on when we connect or disconnect a mic.
- Resolves an issue where the initial selected mic was not shown.
- Let us see when the Pipecat client automatically switches to a new mic, like when one is connected.
2025-01-15 09:56:27 -05:00
Mark Backman
8b657158ca
Update React simple-chatbot client to use latest client SDKs
2025-01-15 09:50:43 -05:00
Mark Backman
cce14fca97
Update JS simple-chatbot client to use latest client SDKs
2025-01-15 09:47:20 -05:00
Filipi Fuchter
7c051516d8
Using PipecatClient version 0.3.2
2025-01-15 09:57:57 -03:00
Aleix Conchillo Flaqué
95e69597f3
update copyright keeping original year (2024)
2025-01-12 11:34:00 -08:00
Aleix Conchillo Flaqué
710baa5e17
Merge pull request #973 from pipecat-ai/aleix/simple-chatbot-clients
...
examples/simple-chatbot: move clients to client directory
2025-01-12 11:28:21 -08:00
Mark Backman
4c0861ce39
Some addition links and README changes
2025-01-12 09:27:23 -05:00
Aleix Conchillo Flaqué
a04a920e54
examples/simple-chatbot: move clients to client directory
2025-01-11 19:16:05 -08:00
Mark Backman
4d0c11fcab
Update examples to align with latest best practices
2025-01-10 15:07:06 -05:00
Kwindla Hultman Kramer
e7107b99c5
fixed 404 in SimpleChatbot iOS example README
2025-01-10 08:37:13 -08:00
kompfner
a798bf18f2
Merge pull request #955 from pipecat-ai/ios-simple-chatbot-mainactor-fixes
...
iOS SimpleChatbot @MainActor fixes
2025-01-10 09:37:02 -05:00
marcus-daily
7d161cc53b
Setting target SDK to 35
2025-01-10 09:50:37 +00:00
marcus-daily
255abf46ef
Updating Gradle and AGP
2025-01-10 09:50:37 +00:00
marcus-daily
27579bcb70
Fixing imports
2025-01-10 09:50:37 +00:00
marcus-daily
1295b64879
Updating library dependencies
2025-01-10 09:50:37 +00:00
marcus-daily
ca57670f65
Removing unnecessary drawables
2025-01-10 09:50:37 +00:00
marcus-daily
06d0a231b9
Android demo app for simple-chatbot example
2025-01-10 09:50:37 +00:00
Paul Kompfner
3239249feb
In the iOS SimpleChatbot, fix @MainActor-related warnings (which would be errors in Swift 6). The delegate methods aren't contractually guaranteed to run on the main thread, so we can't mark them as @MainActor.
2025-01-09 17:35:44 -05:00
Paul Kompfner
216979c377
Bump iOS SimpleChatbot's pipecat-client-ios-daily dependency to version 0.3.1
2025-01-09 16:22:26 -05:00
Filipi da Silva Fuchter
2df7dfcc91
Merge pull request #943 from pipecat-ai/simple_chat_bot_ios
...
SimpleChatbot iOS app.
2025-01-08 16:17:39 -03:00
Filipi Fuchter
23d6290672
Removing not used class.
2025-01-08 12:05:04 -03:00
Filipi Fuchter
d4e7e11981
SimpleChatbot iOS app.
2025-01-08 12:00:11 -03:00
Mark Backman
4667624b60
Update copyright to 2025
2025-01-06 10:19:37 -05:00
marcus-daily
41d07692ca
Fix import order
2024-12-20 14:30:38 +00:00
marcus-daily
dcf6b6e120
Add an RTVIProcessor to the simple-chatbot pipeline
2024-12-20 14:30:38 +00:00
Mark Backman
f90cbe8086
Fix a bunch of README docs links
2024-12-15 14:30:20 -05:00
Aleix Conchillo Flaqué
6d11911d83
Revert "no longer necessary to call super().process_frame(frame, direction)"
2024-12-12 17:03:40 -08:00
Aleix Conchillo Flaqué
3c3fd67d96
no longer necessary to call super().process_frame(frame, direction)
2024-12-12 13:03:41 -08:00
chadbailey59
88d530e840
Update requirements.txt for simple-chatbot
...
The gemini example doesn't actually work from a fresh install, because the requirements.txt file doesn't include google :)
2024-12-12 09:31:15 -06:00
Mark Backman
2846d6f461
Update READMEs and comment files
2024-12-11 00:06:35 -05:00
Mark Backman
14f309ce2b
Add Gemini Live bot file
2024-12-10 22:25:17 -05:00
Mark Backman
6b94bcac03
Add RTVI transcripts, align styling
2024-12-05 11:12:48 -05:00
Mark Backman
e45a123eab
Add image to README
2024-12-04 21:29:22 -05:00
Mark Backman
2ecc0e2b13
Remove node modules
2024-12-04 21:28:17 -05:00
Mark Backman
d532e924cd
Add .gitignore
2024-12-04 21:28:17 -05:00
Mark Backman
36208049dc
Update changelog
2024-12-04 21:28:17 -05:00
Mark Backman
1d11419691
Update the simple-chatbot demo to have JS and React clients
2024-12-04 21:13:14 -05:00
Mark Backman
4273a31fd5
Fix simple-chatbot example
2024-11-16 07:48:42 -05:00
marcus-daily
0f4cf56418
Load dotenv in simple chatbot server ( fixes #415 )
2024-10-31 12:08:30 +00:00
Aleix Conchillo Flaqué
fee85418cd
Merge pull request #620 from gregschwartz/main
...
Start agent/call/bot at localhost root
2024-10-20 10:14:10 -07:00