Aleix Conchillo Flaqué
3815e9dec3
examples: fix dialin-chatbot python arguments
2024-10-19 18:24:00 -07:00
Aleix Conchillo Flaqué
be4bdabdf4
examples: use OpenAILLMContext in all the examples
2024-10-19 18:24:00 -07:00
Aleix Conchillo Flaqué
2a37b2459a
move vad package to audio.vad
2024-10-17 13:49:16 -07:00
Aleix Conchillo Flaqué
eeb8338dce
introduce Ruff formatting
2024-09-23 09:53:37 -07:00
Aleix Conchillo Flaqué
7e39d9ad3d
introduce input/output audio and image frames
...
We now distinguish between input and output audio and image frames. We introduce
`InputAudioRawFrame`, `OutputAudioRawFrame`, `InputImageRawFrame` and
`OutputImageRawFrame` (and other subclasses of those). The input frames usually
come from an input transport and are meant to be processed inside the pipeline
to generate new frames. However, the input frames will not be sent through an
output transport. The output frames can also be processed by any frame processor
in the pipeline and they are allowed to be sent by the output transport.
2024-09-19 23:11:03 -07:00
Danny D. Leybzon
c92531a02f
Update requirements.txt
...
request.form() throws an error if you don't have python-multipart installed
2024-09-06 20:22:18 +02:00
Aleix Conchillo Flaqué
e405d7af9f
services(elevenlabs): add elevenlabs package and use streaming
2024-09-05 11:20:01 -07:00
Aleix Conchillo Flaqué
4d9b7cdd61
DailyRESTHelper now receives an aiohttp client session
2024-08-01 18:08:57 -07:00
Aleix Conchillo Flaqué
27a09c0b2c
cleanup examples and remove requests library
2024-07-31 23:39:51 -07:00
Jon Taylor
8cefce28cf
added example fly toml
2024-06-12 10:35:03 -07:00
Jon Taylor
a834d26885
removed https from daily boy
2024-06-12 10:35:03 -07:00
Jon Taylor
810e3cd551
added fly.example.toml due to gitignore
2024-06-12 10:35:03 -07:00
Jon Taylor
f258fa96cd
added env to dockerignore
2024-06-12 10:35:03 -07:00
Jon Taylor
757ec61f14
added deepgram to readme
2024-06-12 10:35:03 -07:00
Jon Taylor
2c933f43d8
linting errors and removed unusued sip url
2024-06-12 10:35:03 -07:00
Jon Taylor
cc5bfa8af8
removed helps and fixed linting
2024-06-12 10:35:03 -07:00
Jon Taylor
de9f3e55f1
new example: dialin
2024-06-12 10:35:03 -07:00