Aleix Conchillo Flaqué
0f23282e30
transport: enable interim results in daily transport
2024-04-11 11:22:05 -07:00
Aleix Conchillo Flaqué
eb3bf117b1
use InterimTranscriptionFrame in LLMUserResponseAggregator
2024-04-11 11:21:42 -07:00
Aleix Conchillo Flaqué
9a9df35d7b
aggregators: allow TranscriptionFrame after an end frame threshold
2024-04-10 23:35:31 -07:00
Aleix Conchillo Flaqué
af8663e95d
aggregators: fix LLMUserResponseAggregator passs-through
2024-04-10 21:46:16 -07:00
Aleix Conchillo Flaqué
1a0a66e503
Merge pull request #114 from daily-co/jpt/fal-updates
...
Updated Fal.ai service to take a params model and allow for model string param
2024-04-11 00:47:33 +08:00
Aleix Conchillo Flaqué
bfe2e0f36e
services: don't use image_size in ImageGenService
2024-04-10 09:44:42 -07:00
Aleix Conchillo Flaqué
3c20f9153d
added VisionImageFrame and VisionImageFrameAggregator
2024-04-10 09:19:34 -07:00
Aleix Conchillo Flaqué
18bf09c704
services: added MoondreamService
2024-04-09 22:36:35 -07:00
Aleix Conchillo Flaqué
84cfa7cc95
services: added VisionService
2024-04-09 22:36:35 -07:00
Aleix Conchillo Flaqué
a5eba0106b
transport: allow requesting a user frame
2024-04-09 22:36:35 -07:00
Aleix Conchillo Flaqué
b117a185e3
frames: added UserImageRequestFrame
2024-04-09 22:14:54 -07:00
Aleix Conchillo Flaqué
0bf15fd6eb
daily: only subscribe to participant video source
2024-04-09 19:46:10 -07:00
Aleix Conchillo Flaqué
989252bb52
daily: always check camera/mic/speaker enabled
2024-04-09 19:46:10 -07:00
Jon Taylor
7b44a79a5b
added params and model attribute to fal service
2024-04-09 17:43:27 -07:00
Aleix Conchillo Flaqué
8d73cdb2ee
Merge pull request #111 from daily-co/user-transcription-aggregator
...
pipeline: add UserTranscriptionAggregator
2024-04-09 23:34:52 +08:00
Aleix Conchillo Flaqué
97b923e37e
llm user and assistant aggregator renames
2024-04-09 08:31:48 -07:00
Aleix Conchillo Flaqué
319b8e7816
updated ImageFrame and added URLImageFrame and UserImageFrame
2024-04-08 23:23:33 -07:00
Aleix Conchillo Flaqué
96950ca6df
daily: on_first_other_participant_joined now gets the participant
2024-04-08 23:23:33 -07:00
Aleix Conchillo Flaqué
d7b2e67c35
pipeline: add UserTranscriptionAggregator
2024-04-08 17:15:14 -07:00
Aleix Conchillo Flaqué
eb455043c4
transport: use camera_bitrate and camera_framerate
2024-04-06 12:27:05 -07:00
Aleix Conchillo Flaqué
96b2337183
transport: add camera_max_framerate argument
2024-04-05 20:16:03 -07:00
Aleix Conchillo Flaqué
ea52e73f57
Merge pull request #107 from daily-co/increase-max-framerate
...
transport: increase daily maxFramerate to 30
2024-04-06 11:08:21 +08:00
Aleix Conchillo Flaqué
0fd323714e
transport: add camera_max_bitrate argument
2024-04-05 20:05:58 -07:00
Aleix Conchillo Flaqué
a362ca4d3d
transport: increase daily maxFramerate to 30
2024-04-05 19:44:25 -07:00
Aleix Conchillo Flaqué
02b5c3dd5f
update dot-env.template
2024-04-05 16:16:56 -07:00
Aleix Conchillo Flaqué
09e4044c72
transports: fix local transport read_audio_frames
2024-04-05 13:34:01 -07:00
Aleix Conchillo Flaqué
44de9007c3
Merge pull request #102 from daily-co/examples-cleanup
...
examples cleanup
2024-04-05 08:02:57 +08:00
Aleix Conchillo Flaqué
1ea503c1e6
examples: fix 03a-image-local
2024-04-04 15:35:58 -07:00
Aleix Conchillo Flaqué
d687c8cdeb
transports: updated silero vad not found message
2024-04-04 14:05:40 -07:00
Aleix Conchillo Flaqué
951f20c788
transports: don't write/read if microphone/speaker not enabled
2024-04-04 14:05:15 -07:00
Chad Bailey
27cef7cd70
add endframe to transport receive queue
2024-04-04 20:45:23 +00:00
chadbailey59
03ea208361
VAD fallback ( #97 )
...
* Silero VAD preferred with webrtc fallback
* webrtc VAD neds a different sample size
* fixup
* fixup
2024-04-04 13:31:07 -05:00
Aleix Conchillo Flaqué
3528f5d735
use conditional imports and show help errors if modules not found
2024-04-03 15:27:31 -07:00
chadbailey59
2f59e38a7a
Modularize tricky dependencies ( #95 )
...
* removed pyaudio from threaded transport
* modularized torch and torchaudio
* modularized local transport
* Working Dockerfile as well
* docker updates for fly.io
2024-04-03 10:48:11 -05:00
Moishe Lettvin
27322108b7
Cleanup the last few badly-named Frame types
2024-03-28 12:36:24 -04:00
Moishe Lettvin
ed91bc0f66
Remove mistakenly-added print statement
2024-03-28 11:47:11 -04:00
Moishe Lettvin
565acfa9c9
Merge pull request #86 from daily-co/transport-refactor
...
Starting refactor of transports into their own directory
2024-03-28 11:17:32 -04:00
Moishe Lettvin
5c0ba1b6f0
Fix off by one errors, add tests and comment
2024-03-28 08:34:34 -04:00
Moishe Lettvin
05c77bce25
Add logging for pipeline
2024-03-27 18:48:30 -04:00
Moishe Lettvin
4ce140bf84
Move some things to AbstractTransport class
2024-03-27 12:59:08 -04:00
Moishe Lettvin
e8a6560ac1
Merge forgotten files
2024-03-26 16:24:47 -04:00
Moishe Lettvin
78c80d8941
some more renames
2024-03-26 15:57:19 -04:00
Moishe Lettvin
2fc5de6afe
Starting refactor of transports into their own directory
2024-03-26 08:35:04 -04:00
Moishe Lettvin
5761e23af1
remove unnecessary checks
2024-03-25 14:00:08 -04:00
Moishe Lettvin
960c659d5a
Remove duplicated constant
2024-03-25 13:59:03 -04:00
Moishe Lettvin
2bda4c3307
Websocket transport
2024-03-25 13:54:34 -04:00
Aleix Conchillo Flaqué
0666dd1194
remove unused imports
2024-03-20 14:52:19 -07:00
Aleix Conchillo Flaqué
42e25ccd13
create missing __init__.py
2024-03-20 14:41:39 -07:00
Aleix Conchillo Flaqué
16257f8ec0
move src/dailyai/tests to tests
2024-03-19 14:59:48 -07:00
Aleix Conchillo Flaqué
90c34d278f
move src/examples to examples
2024-03-18 11:51:38 -07:00