Aleix Conchillo Flaqué
efbe7297f7
vad(silero): allow specifying a Silero VAD version
2024-07-01 09:38:43 -07:00
Aleix Conchillo Flaqué
cbf5a6362c
add new AsyncFrameProcessor and AsyncAIService
2024-07-01 09:37:02 -07:00
Aleix Conchillo Flaqué
fc0920504d
improve error handling and don't swallow exceptions
2024-07-01 09:35:45 -07:00
Aleix Conchillo Flaqué
c3244fdd7a
transports(websocket): don't send data if websocket closed
2024-07-01 09:31:58 -07:00
Aleix Conchillo Flaqué
fd5d879bf5
add support for processing metrics
...
Processing metrics indicate how much time a processor takes to generate all of
its output.
2024-06-28 14:26:57 -07:00
Aleix Conchillo Flaqué
cce1ddb183
vad: fix Silero VAD required number of frames
2024-06-28 10:45:48 -07:00
Aleix Conchillo Flaqué
8691d14289
Merge pull request #255 from Viking5274/main
...
Fix twilio error
2024-06-26 10:17:03 -07:00
daniil5701133
dd402da9e5
added handling streamSid after first wss connect
...
fixx name
2024-06-26 18:56:30 +03:00
Aleix Conchillo Flaqué
4be3e8c87d
aggregators: revert using intermediate results
2024-06-25 21:33:17 -07:00
Aleix Conchillo Flaqué
dac033fe61
services(azure): allow transcriptions during interruptions
...
If the user interrupts we can't just discard transcriptions because the user is
actually interrupting and talking.
2024-06-25 21:33:06 -07:00
Aleix Conchillo Flaqué
d302cbb114
services(deepgram): allow transcriptions during interruptions
...
If the user interrupts we can't just discard transcriptions because the user is
actually interrupting and talking.
2024-06-25 21:32:21 -07:00
Aleix Conchillo Flaqué
4f38d989f5
services(cartesia): upgrade to new cartesia 1.0.0
2024-06-25 11:51:34 -07:00
Aleix Conchillo Flaqué
38aee7d8f2
services(azure): cancel tasks when interrupted and ignore incoming transcriptions
2024-06-25 11:15:26 -07:00
Aleix Conchillo Flaqué
64198313c6
services(deepgram): cancel tasks when interrupted and ignore incoming transcriptions
2024-06-25 11:15:07 -07:00
Aleix Conchillo Flaqué
d61b6c301c
transports(base_input): create push tasks after pushing interruption
2024-06-25 11:15:07 -07:00
Aleix Conchillo Flaqué
c31f2ab285
services(tts): strip before TTS and cleanup when interrupted
2024-06-25 11:13:19 -07:00
Aleix Conchillo Flaqué
0ddc5721b4
Merge pull request #252 from pipecat-ai/aleix/daily-check-size-read-audio-frames
...
transports(daily): always check size of read audio frames
2024-06-25 09:45:05 -07:00
Aleix Conchillo Flaqué
beced68337
aggregators: uses intermediate results for LLMAssistantResponseAggregator
2024-06-24 17:33:45 -07:00
Aleix Conchillo Flaqué
94823ab952
transports(daily): always check size of read audio frames
2024-06-24 14:56:24 -07:00
Lewis Wolfgang
c4a2d2197c
Flush output from TTSService on LLMFullResponseEndFrame
...
To cover cases when the LLM response does not end in punctuation.
2024-06-22 14:57:44 -04:00
Aleix Conchillo Flaqué
adf414e40f
services(deepgram): add url to DeepgramSTTService
2024-06-21 16:52:28 -07:00
Aleix Conchillo Flaqué
d3e410b2ac
transports: fully use asyncio in all read/write operations
2024-06-21 15:55:15 -07:00
Aleix Conchillo Flaqué
8d867c30c6
transports(websocket): verify websockets module
2024-06-21 09:48:12 -07:00
Aleix Conchillo Flaqué
b62227b4ae
serializers(twilio): formatting and allow str | bytes | None
2024-06-21 09:47:17 -07:00
Aleix Conchillo Flaqué
25ef0cb87b
serializers: allow str | bytes | None
2024-06-21 09:42:43 -07:00
Aleix Conchillo Flaqué
e195941aa5
Merge pull request #246 from pipecat-ai/aleix/daily-dialout-answered
...
transports(daily): added dialout_answered event
2024-06-20 18:37:24 -07:00
Aleix Conchillo Flaqué
e09eef1dd7
Merge pull request #243 from Viking5274/main
...
Add twilio_websocket_service with example
2024-06-20 14:09:48 -07:00
Aleix Conchillo Flaqué
7c13663a4e
transports(daily): added dialout_answered event
2024-06-20 13:01:25 -07:00
daniil5701133
5753869e5e
add twilio-chatbot example with README.md info how to start app
...
created twilio_websocket_service.py, TwilioFrameSerializer.py
moved pcm_16000_to_ulaw_8000 and ulaw_8000_to_pcm_16000 to src/pipecat/utils/audio.py
fixed callback on disconnect
2024-06-20 23:00:01 +03:00
chadbailey59
ba878a19f4
fixed "Dr." interruption ( #245 )
2024-06-19 20:53:04 -05:00
Aleix Conchillo Flaqué
3250d74bef
services(azure): new AzureSTTService
2024-06-13 17:03:49 -07:00
Aleix Conchillo Flaqué
2a29cb18a5
transports(base_output): chunk audio into 20ms instead of 10ms
2024-06-13 15:30:41 -07:00
Aleix Conchillo Flaqué
1170b30c1b
aggregator(user_response): also handle small VADParams.stop_secs
2024-06-13 13:30:31 -07:00
Aleix Conchillo Flaqué
0004d4a906
vad: reduce smoothing factor and increase confidence
2024-06-13 13:30:11 -07:00
Aleix Conchillo Flaqué
cb27e86266
metrics: allow sending only initial TTFB metrics
2024-06-13 13:30:00 -07:00
Aleix Conchillo Flaqué
099e65f3b6
report processor name in error logs
2024-06-13 10:20:45 -07:00
Aleix Conchillo Flaqué
312c569182
services(openpipe): refactored so it's based on BaseOpenAILLMService
2024-06-13 09:30:50 -07:00
Aleix Conchillo Flaqué
b43e0ed130
Merge pull request #233 from KwalAI/openpipe-integration
...
OpenPipe Integration
2024-06-13 22:41:57 +08:00
Aleix Conchillo Flaqué
ccd6af7016
transports(helpers): fix DailyRoomProperties.exp
2024-06-12 23:15:22 -07:00
Ankur Duggal
effc69e4e4
formatting
2024-06-12 15:01:19 -07:00
Ankur Duggal
c7a0d0db64
OpenPipe Integration
2024-06-12 14:23:56 -07:00
Aleix Conchillo Flaqué
50d69a1ca4
Merge pull request #231 from pipecat-ai/aleix/websocket-deserializer-none
...
serializer: allow deserialize() to return None
2024-06-13 04:36:03 +08:00
Aleix Conchillo Flaqué
8d92cbac93
Merge pull request #230 from pipecat-ai/aleix/processor-names
...
processor names
2024-06-13 03:16:07 +08:00
Aleix Conchillo Flaqué
0225443ec8
transports(base): always send MetricsFrame
2024-06-12 12:15:29 -07:00
Aleix Conchillo Flaqué
71e1d0a334
pipeline: send initial TTFB initial metrics from PipelineTask
2024-06-12 12:15:29 -07:00
Aleix Conchillo Flaqué
83f69e02fd
allow specifying frame processor names
2024-06-12 12:15:29 -07:00
Aleix Conchillo Flaqué
e1b2da1ff0
serializer: allow deserialize() to return None
2024-06-12 12:11:36 -07:00
Kwindla Hultman Kramer
5eb1b90a4b
Merge pull request #229 from pipecat-ai/khk-deepgram-url-configurable
...
Deepgram TTS service improvements
2024-06-12 14:52:04 -04:00
Aleix Conchillo Flaqué
f65f566829
re-add transports/services/helpers/__init__.py
2024-06-12 10:37:28 -07:00
Jon Taylor
a834d26885
removed https from daily boy
2024-06-12 10:35:03 -07:00