Aleix Conchillo Flaqué
|
f64902eb25
|
pipeline(task): since everything is async tasks should wait for EndFrame
|
2024-09-30 14:08:11 -07:00 |
|
Aleix Conchillo Flaqué
|
e115a274d6
|
tests: fix langchanin tests
|
2024-09-30 14:08:11 -07:00 |
|
Aleix Conchillo Flaqué
|
00239c2fd4
|
syncparallelpipeline: fix now that all frames are asynchronous
|
2024-09-30 14:08:11 -07:00 |
|
Aleix Conchillo Flaqué
|
c0f9ad19fe
|
all frame processors are asynchrnous
In this commit we make all frame processors asynchronous, that is, they have an
internal queue and they push frames using a task from that queue.
|
2024-09-30 13:17:50 -07:00 |
|
Mark Backman
|
46ac76701e
|
Merge pull request #517 from pipecat-ai/mb/update-settings-frame
Consolidate update frames classes into a single UpdateSettingsFrame class
|
2024-09-30 12:56:45 -04:00 |
|
Mark Backman
|
1f77863aef
|
Code review feedback
|
2024-09-30 12:50:40 -04:00 |
|
Mark Backman
|
d7555609fd
|
Add TTS update settings options
|
2024-09-30 12:50:40 -04:00 |
|
Mark Backman
|
7fe118ce63
|
Align use of language param across TTS services
|
2024-09-30 12:50:40 -04:00 |
|
Mark Backman
|
44a349386c
|
Consolidate update frames classes into a single UpdateSettingsFrame class
|
2024-09-30 12:50:39 -04:00 |
|
Mark Backman
|
97cba92fa5
|
Merge pull request #516 from pipecat-ai/mb/google-tts
Add Google TTS
|
2024-09-30 12:25:16 -04:00 |
|
Aleix Conchillo Flaqué
|
d9b16d4f73
|
services: import cosmetics
|
2024-09-27 13:32:27 -07:00 |
|
Aleix Conchillo Flaqué
|
50b6580fbb
|
livekit: add license notice
|
2024-09-27 13:28:33 -07:00 |
|
Mark Backman
|
e7548f9494
|
Code review feedback
|
2024-09-27 08:02:44 -04:00 |
|
Mark Backman
|
830d2df671
|
Add Google TTS
|
2024-09-27 07:36:20 -04:00 |
|
Aleix Conchillo Flaqué
|
13b50a07db
|
Merge pull request #515 from pipecat-ai/aleix/rtvi-frame-processors
RTVI frame processors
|
2024-09-27 00:48:09 -07:00 |
|
Aleix Conchillo Flaqué
|
4501dca133
|
Merge pull request #467 from joachimchauvet/main
Add LiveKit audio transport
|
2024-09-26 22:58:25 -07:00 |
|
Aleix Conchillo Flaqué
|
2c8e566507
|
rtvi: update version to 0.2
|
2024-09-26 22:42:36 -07:00 |
|
Aleix Conchillo Flaqué
|
6e8a202107
|
rtvi: fix handling transport messages
|
2024-09-26 22:42:19 -07:00 |
|
Aleix Conchillo Flaqué
|
2a05cd35b0
|
rtvi: add multiple RTVI frame processors
|
2024-09-26 22:42:08 -07:00 |
|
Mark Backman
|
55a70cde8f
|
Merge pull request #514 from pipecat-ai/mb/aws-polly-tts
Add AWS Polly TTS support
|
2024-09-26 22:20:13 -04:00 |
|
Mark Backman
|
706c00d897
|
Code review feedback
|
2024-09-26 22:13:37 -04:00 |
|
Aleix Conchillo Flaqué
|
d323ea9e95
|
async_generator: keep pushing frames downstream
|
2024-09-26 16:44:49 -07:00 |
|
Aleix Conchillo Flaqué
|
b8ece84c6e
|
services: super should be super()
|
2024-09-26 10:39:26 -07:00 |
|
Mark Backman
|
a018112a13
|
Merge pull request #510 from pipecat-ai/mb/deepgram-tts-http
Improve usability of Deepgram TTS: use Deepgram client, remove aiohttp
|
2024-09-26 13:38:42 -04:00 |
|
Mark Backman
|
d3a477902b
|
Add changelog entry
|
2024-09-26 13:35:59 -04:00 |
|
Mark Backman
|
298b151486
|
Add setter methods
|
2024-09-26 13:35:59 -04:00 |
|
Mark Backman
|
6a6ea251ae
|
Add AWS Polly TTS support
|
2024-09-26 13:35:59 -04:00 |
|
Aleix Conchillo Flaqué
|
c7c709a0a7
|
github: cache venv when running tests
|
2024-09-26 10:32:22 -07:00 |
|
Aleix Conchillo Flaqué
|
6ac57b4854
|
Merge pull request #494 from badbye/full-width-punctuations
add full-width punctuations as end of the sentence
|
2024-09-26 10:17:10 -07:00 |
|
Aleix Conchillo Flaqué
|
f5e0b946c7
|
services(cartesia): fix string formatting
|
2024-09-26 09:08:37 -07:00 |
|
Mark Backman
|
b1818cc370
|
Merge pull request #435 from golbin/main
Add speed and emotion options for Cartesia.
|
2024-09-26 07:14:59 -04:00 |
|
Jin Kim
|
d05717a1bd
|
Apply Ruff formater
|
2024-09-26 19:52:25 +09:00 |
|
Aleix Conchillo Flaqué
|
d11daee31a
|
Merge pull request #509 from pipecat-ai/aleix/frameprocessor-event-handlers
frame processor event handlers
|
2024-09-25 19:50:30 -07:00 |
|
Mark Backman
|
73da8c1910
|
Improve usability of Deepgram TTS: use Deepgram client, remove aiohttp
|
2024-09-25 22:43:10 -04:00 |
|
Aleix Conchillo Flaqué
|
f06aa300d0
|
rtvi: add on_bot_ready event
|
2024-09-25 16:52:18 -07:00 |
|
Aleix Conchillo Flaqué
|
c4e94e280e
|
processors: add support for event handlers
|
2024-09-25 16:35:33 -07:00 |
|
Kwindla Hultman Kramer
|
8f2941c575
|
Merge pull request #492 from pipecat-ai/khk/flush-more-audio
add calls to flush_audio for say() and rtvi action
|
2024-09-25 12:35:50 -07:00 |
|
joachimchauvet
|
447baad5c3
|
update send_metrics() to support changes introduced in #474
|
2024-09-25 21:38:55 +03:00 |
|
Mark Backman
|
2703813e8a
|
Merge pull request #496 from pipecat-ai/mb/azure-tts-inputs
Add Azure TTS input params
|
2024-09-25 14:38:01 -04:00 |
|
Mark Backman
|
521e152150
|
Merge pull request #495 from pipecat-ai/mb/elevenlabs-input-lang
Add language_code support for ElevenLabs TTS
|
2024-09-25 14:37:44 -04:00 |
|
Kwindla Hultman Kramer
|
3d43ad0f4d
|
actually save the file
|
2024-09-25 10:59:00 -07:00 |
|
Kwindla Hultman Kramer
|
3621fceae2
|
fixes as noted by aleix
|
2024-09-25 09:19:58 -07:00 |
|
Aleix Conchillo Flaqué
|
e123f33c03
|
Merge pull request #506 from pipecat-ai/aleix/async-generator-processor
processors: add AsyncGeneratorProcessor
|
2024-09-25 00:04:09 -07:00 |
|
Aleix Conchillo Flaqué
|
b8713666c2
|
processors: add AsyncGeneratorProcessor
|
2024-09-25 00:01:04 -07:00 |
|
Aleix Conchillo Flaqué
|
cf0ab85e2c
|
Merge pull request #505 from pipecat-ai/aleix/init-task-variables
initialize task variables and add minor description
|
2024-09-24 23:59:38 -07:00 |
|
Aleix Conchillo Flaqué
|
8502c7c801
|
Merge pull request #504 from pipecat-ai/aleix/rtvi-handle-frame
rtvi: add RTVIProcessor.handle_message()
|
2024-09-24 23:59:26 -07:00 |
|
Aleix Conchillo Flaqué
|
e89814dc6b
|
Merge pull request #503 from pipecat-ai/aleix/end-cancel-task-frames
frames: add EndTaskFrame and CancelTaskFrame
|
2024-09-24 23:59:10 -07:00 |
|
Aleix Conchillo Flaqué
|
9461bacf0d
|
pyproject: update fastapi to 0.115.0
|
2024-09-24 19:24:37 -07:00 |
|
Aleix Conchillo Flaqué
|
e276dcbab7
|
initialize task variables and add minor description
|
2024-09-24 19:19:00 -07:00 |
|
Aleix Conchillo Flaqué
|
1a3de0e819
|
rtvi: add RTVIProcessor.handle_message()
|
2024-09-24 19:12:06 -07:00 |
|