Mark Backman
e79289454a
Merge pull request #734 from pipecat-ai/mb/fix-cartesia
2024-11-19 21:27:52 -05:00
Mark Backman
25d02da1b2
Merge pull request #738 from pipecat-ai/mb/natural-conversation-demo
2024-11-19 21:27:38 -05:00
Mark Backman
a36fc370fa
Improve the 22c foundational example
2024-11-19 15:49:40 -05:00
Mark Backman
cf62167f54
Revert: services(cartesia): generated TTSStoppedFrame after no more audio
2024-11-18 12:25:04 -05:00
Aleix Conchillo Flaqué
635aa6eb5b
Merge pull request #729 from pipecat-ai/aleix/fastapi-websocket-dont-close
...
transports(fastapi): don't try to close socket
2024-11-18 16:01:41 +01:00
Mark Backman
1ff17cc2b6
Merge pull request #733 from pipecat-ai/aleix/add-missing-init-files
...
processors: add missing __init__.py
2024-11-18 09:44:56 -05:00
Mark Backman
41ce9e9087
Merge pull request #697 from pipecat-ai/cst/leave-message
...
add handler for disconnect-bot message
2024-11-18 09:38:11 -05:00
Mark Backman
4803c54ecf
Update CHANGELOG
2024-11-18 09:36:19 -05:00
Christian Stuff
5d7b3f2b38
add handler for disconnect-bot message
2024-11-18 09:33:30 -05:00
Aleix Conchillo Flaqué
23e5b1ec4d
processors: add missing __init__.py
2024-11-18 11:32:20 +01:00
Aleix Conchillo Flaqué
7f5a8928b8
transports(fastapi): don't try to close socket
...
The websocket is passed from outside (in the transport constructor) so we should
not be trying to close it. FastAPI does actually close it later. We didn't see
any issue because these functions were not implemented properly. The value to
check was `application_state` instead of `client_state`. But in any case,
Pipecat should not be responsible for closing things passed from outside.
2024-11-18 01:15:19 +01:00
Aleix Conchillo Flaqué
53f675f5cf
Merge pull request #727 from pipecat-ai/aleix/pipecat-0.0.49
...
update CHANGELOG for 0.0.49
v0.0.49
2024-11-18 06:27:12 +08:00
Aleix Conchillo Flaqué
8173e4ce55
update CHANGELOG for 0.0.49
2024-11-17 23:26:09 +01:00
Aleix Conchillo Flaqué
5445bb0363
rtvi: add on_bot_started event
2024-11-17 22:40:00 +01:00
Mark Backman
a2a94724e5
Merge pull request #725 from pipecat-ai/mb/fix-simple-chatbot
...
Fix simple-chatbot example
2024-11-16 12:10:05 -05:00
Aleix Conchillo Flaqué
a8f9b0635a
Merge pull request #722 from pipecat-ai/aleix/more-dailin-events
...
transports(daily): add more dial-in events
2024-11-17 01:09:01 +08:00
Mark Backman
4273a31fd5
Fix simple-chatbot example
2024-11-16 07:48:42 -05:00
Aleix Conchillo Flaqué
67f975a2c8
transports(daily): add more dial-in events
2024-11-16 01:22:50 +01:00
Mark Backman
d0bca67666
Merge pull request #716 from pipecat-ai/mb/mute-stt-service
...
Add STTMuteFilter to un/mute the STT
2024-11-14 19:55:00 -05:00
Mark Backman
966974bfc6
Change STTMuteProcessor to STTMuteFilter
2024-11-14 19:47:37 -05:00
Mark Backman
f807f233bd
Suppress UserStartedSpeakingFrame and UserStoppedSpeakingFrame when muted
2024-11-14 17:11:51 -05:00
Mark Backman
33108f5798
Code review feedback
2024-11-14 17:05:08 -05:00
Mark Backman
52de825af8
Update CHANGELOG
2024-11-14 13:47:08 -05:00
Mark Backman
5fe679039c
Add STTMuteProcessor to un/mute the STT
2024-11-14 13:35:02 -05:00
Kwindla Hultman Kramer
534f710f5d
Merge pull request #688 from pipecat-ai/khk/natural-conversation
...
More work on llm-as-judge phrase endpointing
2024-11-14 09:15:16 -08:00
Mark Backman
53a11744a8
Merge pull request #712 from pipecat-ai/aleix/some-languages-tweaks
...
some languages tweaks
2024-11-14 09:33:26 -05:00
Mark Backman
72412cc0c4
Code review feedback
2024-11-14 09:31:04 -05:00
Mark Backman
b77ac07bc6
Merge pull request #715 from pipecat-ai/mb/update-readme-2
...
Add visual divider below Pipecat README image
2024-11-14 08:54:25 -05:00
Mark Backman
eb6926e0ce
Add visual divider below Pipecat README image
2024-11-14 08:51:07 -05:00
Mark Backman
3b2c9de944
Merge pull request #713 from pipecat-ai/mb/update-readme
...
Update README
2024-11-14 08:45:28 -05:00
Mark Backman
27ff868e5a
Move CONTRIBUTING to top directory
2024-11-14 08:43:03 -05:00
Mark Backman
57ef525a8e
Update README
2024-11-14 08:43:03 -05:00
Aleix Conchillo Flaqué
d1db54d5fe
examples(playht): use a 2.0 engine
2024-11-13 17:19:23 +01:00
Aleix Conchillo Flaqué
4f88fc0eb8
services(tts): initialize language to the proper language code
2024-11-13 17:19:23 +01:00
Aleix Conchillo Flaqué
37d1f4c4e1
services(tts): some language to service language cleanup
2024-11-13 17:19:23 +01:00
Aleix Conchillo Flaqué
ef9e86d997
services(playht): make sure we only skip wav header no matter the size
2024-11-13 17:19:23 +01:00
Aleix Conchillo Flaqué
2d2ef5a417
services(playht): voice engine is Play3.0-mini
2024-11-13 17:19:23 +01:00
Aleix Conchillo Flaqué
c1fff00586
services(playht): fix language codes
2024-11-13 17:19:23 +01:00
Mark Backman
0af2196f50
Merge pull request #708 from pipecat-ai/mb/add-rime-ai
...
Add RimeTTSService
2024-11-12 18:29:53 -05:00
Mark Backman
cd42320788
Update changelog
2024-11-12 18:28:04 -05:00
Mark Backman
70fce52499
Merge pull request #710 from pipecat-ai/mb/update-readme-krisp
...
Update Krisp README instructions
2024-11-12 11:15:25 -05:00
Mark Backman
70b60c0593
Update Krisp README instructions
2024-11-12 10:26:12 -05:00
Jon Taylor
2d8aa03f31
Merge pull request #706 from pipecat-ai/jpt/modal-example
...
barebones modal.com deployment example
2024-11-12 11:41:00 +00:00
Kwindla Hultman Kramer
581ff26704
Merge pull request #707 from pipecat-ai/khk/clean-up
...
tiny PR to remove old comment lines
2024-11-11 21:14:16 -08:00
Kwindla Hultman Kramer
335178ff06
some gemini audio input examples
2024-11-11 21:04:50 -08:00
Kwindla Hultman Kramer
ee53535f41
gemini audio-in with no transcription
2024-11-11 21:04:50 -08:00
Kwindla Hultman Kramer
91ac40307e
small fix and more prompt examples
2024-11-11 21:04:50 -08:00
Kwindla Hultman Kramer
b6c2c1f730
anthropic natural conversation example using claude haiku
2024-11-11 21:04:50 -08:00
Kwindla Hultman Kramer
b56c789ae4
fixes for proposed judge pipeline
2024-11-11 21:04:50 -08:00
Kwindla Hultman Kramer
bd435d9e62
missing commit
2024-11-11 21:04:50 -08:00