Mark Backman
|
c2fe8e7fdb
|
Updated CHANGELOG
|
2025-01-22 14:56:28 -05:00 |
|
Mark Backman
|
31c77d8e35
|
Update examples for the updated TranscriptProcessor
|
2025-01-22 14:56:00 -05:00 |
|
Mark Backman
|
2a60d54830
|
Update the AssistantTranscriptProcessor to use TTSTextFrames in place of OpenAILLMContextFrames
|
2025-01-22 14:56:00 -05:00 |
|
Aleix Conchillo Flaqué
|
b3c99887dc
|
Merge pull request #1068 from Canonical-AI-Inc/import-fix
Fixing missing import
|
2025-01-22 11:37:49 -08:00 |
|
Mark Backman
|
38ad75cc17
|
Merge pull request #1065 from pipecat-ai/mb/fix-openai_realtime-function-calling
OpenAIRealtimeBetaLLMService: Fixed an error in function calling
|
2025-01-22 14:37:01 -05:00 |
|
Adrian Cowham
|
2debac314c
|
fixing missing import
|
2025-01-22 11:06:53 -08:00 |
|
Mark Backman
|
e0c9a1a1a2
|
Merge pull request #1041 from Allenmylath/patch-20
Update bot.py
|
2025-01-22 09:18:19 -05:00 |
|
allenmylath
|
4cdcca588e
|
Update examples/moondream-chatbot/bot.py
Co-authored-by: Mark Backman <m.backman@gmail.com>
|
2025-01-22 19:40:12 +05:30 |
|
allenmylath
|
a90e81e2eb
|
Update examples/moondream-chatbot/bot.py
Co-authored-by: Mark Backman <m.backman@gmail.com>
|
2025-01-22 19:38:36 +05:30 |
|
Mark Backman
|
0ba60c9e28
|
Merge pull request #975 from imsakg/main
fix(gemini): prevent non-audio modality processing
|
2025-01-22 09:03:18 -05:00 |
|
Mark Backman
|
5ca5fbd825
|
OpenAIRealtimeBetaLLMService: Fixed an error in function calling
|
2025-01-22 08:54:03 -05:00 |
|
Aleix Conchillo Flaqué
|
0d79a9eaa6
|
update CHANGELOG.md
|
2025-01-21 18:00:10 -08:00 |
|
Aleix Conchillo Flaqué
|
f89b9ec23f
|
Merge pull request #1057 from pipecat-ai/aleix/replace-resampy-soxr
improve audio resampling by switching from resampy to soxr
|
2025-01-21 17:52:49 -08:00 |
|
Mark Backman
|
20d5824e56
|
Merge pull request #1058 from pipecat-ai/mb/fix-trace-log
|
2025-01-21 20:44:50 -05:00 |
|
Aleix Conchillo Flaqué
|
f23baa78d8
|
test-requirements: add soxr and remove resampy
|
2025-01-21 17:40:17 -08:00 |
|
Aleix Conchillo Flaqué
|
cacd6ba3fa
|
improve audio resampling by switching from resampy to soxr
|
2025-01-21 17:40:17 -08:00 |
|
Aleix Conchillo Flaqué
|
f87ecd3a51
|
Merge pull request #1048 from pipecat-ai/aleix/add-unittest-utils
tests: add some initial run_test() utilities
|
2025-01-21 17:39:06 -08:00 |
|
Mark Backman
|
b96a922aa8
|
Fix trace log line for resume_processing_frames
|
2025-01-21 18:15:03 -05:00 |
|
Aleix Conchillo Flaqué
|
401d3ff267
|
tests: added PipelineTask tests
|
2025-01-21 11:45:43 -08:00 |
|
Aleix Conchillo Flaqué
|
ab4221a4db
|
task: added BaseTask
|
2025-01-21 11:45:43 -08:00 |
|
Aleix Conchillo Flaqué
|
bd6f82cf94
|
task: allow specifying heartbeat period
|
2025-01-21 11:45:43 -08:00 |
|
Aleix Conchillo Flaqué
|
dd21b424d6
|
pyproject: ignore 'audioop' deprecation warning
|
2025-01-21 10:27:34 -08:00 |
|
Aleix Conchillo Flaqué
|
76884877dd
|
tests: add pytest-asyncio dependency
|
2025-01-21 10:23:19 -08:00 |
|
Aleix Conchillo Flaqué
|
0d6c680133
|
README: add unit tests badge
|
2025-01-21 10:14:37 -08:00 |
|
Aleix Conchillo Flaqué
|
a27fe4bde2
|
tests: move test_ai_services to test_utils_string
|
2025-01-21 10:06:14 -08:00 |
|
Aleix Conchillo Flaqué
|
177cb2ca8b
|
tests: initial pipeline and parallelpipeline tests
|
2025-01-21 09:57:54 -08:00 |
|
Aleix Conchillo Flaqué
|
3c970a3cee
|
tests: add more filter tests
|
2025-01-21 09:43:57 -08:00 |
|
Aleix Conchillo Flaqué
|
af02f8f1cd
|
filters(frame_filter): allow more than one frame
|
2025-01-21 09:43:33 -08:00 |
|
Aleix Conchillo Flaqué
|
2e0fb198bf
|
frame_processor: allow pushing more frames after EndFrame
This can be useful for testing purposes. In real practice, there shouldn't be
any frames after an EndFrame is pushed.
|
2025-01-21 09:42:15 -08:00 |
|
Filipi da Silva Fuchter
|
4f758c5a3b
|
Merge pull request #1050 from pipecat-ai/fix_rtvi_warning_msg
Ignoring transport messages that are not intended to RTVI.
|
2025-01-21 13:36:50 -03:00 |
|
Filipi Fuchter
|
3e0836b340
|
Ignoring transport messages that are not intended to RTVI.
|
2025-01-21 10:08:14 -03:00 |
|
Aleix Conchillo Flaqué
|
2f23693bf3
|
tests: fix test_protobuf_serializer.py
|
2025-01-20 18:39:59 -08:00 |
|
Aleix Conchillo Flaqué
|
b7dd9748cf
|
serializers: fix special fix initialization
|
2025-01-20 18:39:41 -08:00 |
|
Aleix Conchillo Flaqué
|
d4d9c3b7ae
|
tests: fix test_aggregators.py
|
2025-01-20 18:16:14 -08:00 |
|
Aleix Conchillo Flaqué
|
090bc81ec5
|
tests: add some initial run_test() utilities
|
2025-01-20 17:41:21 -08:00 |
|
Mark Backman
|
e3d53d3d9a
|
Merge pull request #1044 from pipecat-ai/mb/elevenlabs-http-fix-voice-settings
Fixed a type error when using voice_settings in ElevenLabsHttpTTSService
|
2025-01-20 08:11:38 -05:00 |
|
Mark Backman
|
262d3a19c9
|
Fixed a type error when using voice_settings in ElevenLabsHttpTTSService
|
2025-01-20 07:57:02 -05:00 |
|
allenmylath
|
491feb691c
|
Update bot.py
quiet and talking frames are determined based on BotStartedSpeakingFrame and BotStoppedSpeakingFrame not ttsframe
|
2025-01-20 14:00:17 +05:30 |
|
Aleix Conchillo Flaqué
|
e4f83b237e
|
update CHANGELOG (remove 07d-interruptible-elevenlabs-http.py)
|
2025-01-19 11:36:18 -08:00 |
|
Aleix Conchillo Flaqué
|
a169e0cde9
|
Merge pull request #1035 from pipecat-ai/aleix/prepare-0.0.53
update CHANGELOG for 0.0.53
v0.0.53
|
2025-01-18 14:50:35 -08:00 |
|
Aleix Conchillo Flaqué
|
c6d643d4ec
|
update CHANGELOG for 0.0.53
|
2025-01-18 14:48:48 -08:00 |
|
Aleix Conchillo Flaqué
|
2abbd4bb27
|
Merge pull request #1039 from pipecat-ai/aleix/fish-audio-websocket-service
services(fish): FishAudioTTSService to use WebsocketService
|
2025-01-18 14:48:20 -08:00 |
|
Aleix Conchillo Flaqué
|
e0011a3996
|
services(fish): FishAudioTTSService to use WebsocketService
|
2025-01-18 14:29:45 -08:00 |
|
Aleix Conchillo Flaqué
|
ea44c59ddd
|
Merge pull request #1037 from Vaibhav159/fixing_unused_11labs_package
removing unused 11labs package imports
|
2025-01-17 22:08:04 -08:00 |
|
Vaibhav159
|
a9c7dbbc05
|
removing unused code
|
2025-01-18 10:58:07 +05:30 |
|
Vaibhav159
|
8a87e92b2b
|
adding missing 11labs package
|
2025-01-18 10:48:57 +05:30 |
|
Mark Backman
|
982f2becc6
|
Merge pull request #1002 from pipecat-ai/mb/add-on-error-callback
Register the on_error handler
|
2025-01-17 21:58:59 -05:00 |
|
Mark Backman
|
e049ae470d
|
Register the on_error handler
|
2025-01-17 21:49:42 -05:00 |
|
Mark Backman
|
e159f2dce1
|
Merge pull request #1024 from pipecat-ai/mb/elevenlabs-http
Add ElevenLabsHttpTTSService
|
2025-01-17 21:30:31 -05:00 |
|
Aleix Conchillo Flaqué
|
e9162ae467
|
Merge pull request #1004 from Fluentsai/feature/dtmf_input
Twilio serializer reading dtmf websocket messages
|
2025-01-17 18:14:46 -08:00 |
|