Cheng Hao
7e8fc2e7e2
[bug]TypeError: object of type 'NoneType' has no len()
...
Sometimes the chunk.choices is None, and I got exception like:
```
TypeError: object of type 'NoneType' has no len()
```
2025-01-22 15:31:27 +08: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
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
Aleix Conchillo Flaqué
bb65512ff4
Merge pull request #1034 from pipecat-ai/aleix/ulaw-resample-update
...
ulaw resample update
2025-01-17 17:47:18 -08:00
Mark Backman
b81323d676
Code review fixes + docstrings
2025-01-17 20:12:43 -05:00
Aleix Conchillo Flaqué
65fa77dfa5
audio: use resample_audio to resample ulaw bytes
2025-01-17 15:24:41 -08:00
Aleix Conchillo Flaqué
9ddd9ae27c
Merge pull request #1011 from Vaibhav159/vl_deepgram_metrics_without_vad
...
adding metric generation without deepgram VAD
2025-01-17 14:47:19 -08:00
Aleix Conchillo Flaqué
12fc6e17ef
Merge pull request #1033 from pipecat-ai/aleix/observers-performance
...
task: add TaskObserver and avoid pipeline blocking
2025-01-17 14:43:26 -08:00
Aleix Conchillo Flaqué
3e4020cdba
task: add TaskObserver and avoid pipeline blocking
...
Observers now process frames in separate tasks. This avoids blocking the
pipeline while the observer is processing the frame.
2025-01-17 11:15:52 -08:00
Aleix Conchillo Flaqué
4f883ee31f
Merge pull request #1023 from pipecat-ai/aleix/introduce-heartbeat-frames
...
introduce heartbeat frames
2025-01-17 10:31:07 -08:00
Mark Backman
3ff360f042
Merge pull request #1032 from pipecat-ai/mb/user-idle-fixes
...
Start UserIdleProcessor on speaking frame, fix bug not pushing EndFrame
2025-01-17 13:18:09 -05:00
Aleix Conchillo Flaqué
45cbad5b3e
task: add HEARTBEAT_MONITOR_SECONDS
2025-01-17 10:11:28 -08:00
Aleix Conchillo Flaqué
477d0d154b
frame_processor: make sure clock is initialized
2025-01-17 10:05:23 -08:00
Aleix Conchillo Flaqué
4b3c776f58
task: don't use push queue to send a heartbeat
...
This is because we might be waiting for the EndFrame. Currently, if we push an
EndFrame to the task, the task will block until the EndFrame traverses all the
pipeline.
2025-01-17 10:04:24 -08:00