Commit Graph

  • 3e13678f23 vad: use exponential smoothed volume to improve speech detection Aleix Conchillo Flaqué 2024-05-17 17:13:31 -07:00
  • 455ec4f1fd services(tts): always send received TextFrame downstream Aleix Conchillo Flaqué 2024-05-17 17:11:11 -07:00
  • 8dc81042c3 examples: use DailyTranscriptionSettings in translation-chatbot Aleix Conchillo Flaqué 2024-05-17 15:36:30 -07:00
  • c77db79447 examples: pipelines readability and add LLM assistants after transport Aleix Conchillo Flaqué 2024-05-17 14:52:51 -07:00
  • de65028061 vad: reduce default confidence back to 0.5 Aleix Conchillo Flaqué 2024-05-17 14:39:40 -07:00
  • d66a795413 examples: use SileroVADAnalyzer instead of SileroVAD Aleix Conchillo Flaqué 2024-05-17 14:16:05 -07:00
  • 34762bf604 transports: allows update allow_interruptinos when receiving StartFrame Aleix Conchillo Flaqué 2024-05-17 14:15:37 -07:00
  • 57121338b1 pipeline(task): cleanup processors only if we need to Aleix Conchillo Flaqué 2024-05-17 13:47:46 -07:00
  • a5d246ec0c vad: use exponential smoothing to avoid sudden changes Aleix Conchillo Flaqué 2024-05-17 13:11:53 -07:00
  • f2cefeeedc utils: move exp_smoothing to utils module Aleix Conchillo Flaqué 2024-05-17 13:02:05 -07:00
  • 537e72a05f vad: introduce VADParams so you can tweak things Aleix Conchillo Flaqué 2024-05-17 13:01:43 -07:00
  • efa5a061d7 silero: simplify int16 -> float32 conversion Aleix Conchillo Flaqué 2024-05-17 11:37:38 -07:00
  • 0bef44c2ff introduce StartInterruptionFrame and StopInterruptionFrame Aleix Conchillo Flaqué 2024-05-17 11:07:12 -07:00
  • f62fe059b1 fix issues with Ctrl-C tasks cancellation Aleix Conchillo Flaqué 2024-05-17 10:43:52 -07:00
  • f432e2b17e transports: allow adding a vad analyzer to BaseInputTransport Aleix Conchillo Flaqué 2024-05-17 10:25:00 -07:00
  • 8c877d7d8e examples: update 07-interruptible Aleix Conchillo Flaqué 2024-05-15 23:35:52 -07:00
  • dc9377fb92 add missing queue task_done() Aleix Conchillo Flaqué 2024-05-15 23:35:15 -07:00
  • 7384b63b1d initial interruptions support Aleix Conchillo Flaqué 2024-05-15 23:33:15 -07:00
  • ba6ecf541f update CHANGELOG.md for 0.0.16 v0.0.16 Aleix Conchillo Flaqué 2024-05-16 18:15:07 -07:00
  • 94e5709d58 Merge pull request #149 from pipecat-ai/transports-push-task Aleix Conchillo Flaqué 2024-05-17 09:14:35 +08:00
  • add8d3cbaf transport: create input transports push frame task Aleix Conchillo Flaqué 2024-05-16 16:33:47 -07:00
  • fb741e5c3e moved expiry time to create_room jpt/pipecat-ui Jon Taylor 2024-05-16 19:41:17 +01:00
  • d4bef6e1d4 enabled open mic for simple chatbot demo Jon Taylor 2024-05-16 19:38:40 +01:00
  • 88992c1d9b added open mic config var Jon Taylor 2024-05-16 19:36:00 +01:00
  • b798d9cd42 added open mic config Jon Taylor 2024-05-16 19:35:10 +01:00
  • dab01e0d58 fixed runner Jon Taylor 2024-05-16 18:57:34 +01:00
  • 1a42188bce Merge pull request #146 from pipecat-ai/daily-dont-send-tracks-if-not-enabled Aleix Conchillo Flaqué 2024-05-17 01:24:39 +08:00
  • 72da9320da added temporary api Jon Taylor 2024-05-16 17:32:52 +01:00
  • 27c019c25a introducing standalone client UI for examples that use Daily prebuilt Jon Taylor 2024-05-16 17:24:07 +01:00
  • 0da427e127 transports(daily): don't send camera/audio tracks if not enabled Aleix Conchillo Flaqué 2024-05-16 08:14:44 -07:00
  • 9447b32f3e transports(daily): on_app_message doesn't need to be event handler v0.0.15 Aleix Conchillo Flaqué 2024-05-15 17:06:47 -07:00
  • af10adb7fe some minor event loop updates Aleix Conchillo Flaqué 2024-05-15 17:00:43 -07:00
  • 129acf886f transports(daily): hot fix for receiving transport messages Aleix Conchillo Flaqué 2024-05-15 17:00:04 -07:00
  • 9af3e1efac update CHANGELOG.md for 0.0.14 v0.0.14 Aleix Conchillo Flaqué 2024-05-15 15:59:38 -07:00
  • 9e22a8b4ff transports(daily): add receiving transport messages Aleix Conchillo Flaqué 2024-05-15 15:57:19 -07:00
  • 28da747f19 transports(daily): fix on_participant_left event Aleix Conchillo Flaqué 2024-05-15 15:40:25 -07:00
  • 3d6783ddb0 transports: resize output image if it doesn't match camera Aleix Conchillo Flaqué 2024-05-15 15:35:19 -07:00
  • 349fc526d7 transports(daily): avoid locking if no participant has joined yet Aleix Conchillo Flaqué 2024-05-15 15:23:24 -07:00
  • acf6dc0a30 transports: more start and stop fixes Aleix Conchillo Flaqué 2024-05-15 15:23:03 -07:00
  • 3563e66ff6 transports(daily): add on_participant_left event Aleix Conchillo Flaqué 2024-05-15 15:20:37 -07:00
  • 8965ff27ec examples: use DEBUG in 09-mirror.py Aleix Conchillo Flaqué 2024-05-14 19:25:31 -07:00
  • 86feb1e104 services: fix DailyTransport stop/cleanup ordering Aleix Conchillo Flaqué 2024-05-14 19:23:51 -07:00
  • f6257a86d3 examples: re-enable audio in 09-mirror.py Aleix Conchillo Flaqué 2024-05-14 19:23:35 -07:00
  • bd04ea8aca examples: simplify 09-mirror.py v0.0.13 Aleix Conchillo Flaqué 2024-05-14 19:06:02 -07:00
  • 754c1c6775 services: fixed DailyTransport output camera and audio Aleix Conchillo Flaqué 2024-05-14 19:05:30 -07:00
  • 0b01eb5a11 services: pass **kwargs to TTService Aleix Conchillo Flaqué 2024-05-14 18:46:03 -07:00
  • 6247b9df39 services: fix STTService and WhisperSTTService Aleix Conchillo Flaqué 2024-05-14 18:45:40 -07:00
  • bd5344c892 services: MoondreamService model_id argument is now model Aleix Conchillo Flaqué 2024-05-14 18:34:10 -07:00
  • e4fe54cd7f vad: rename VADAnalyzer arguments Aleix Conchillo Flaqué 2024-05-14 18:33:17 -07:00
  • 97f9e9b042 examples: update simple-chatbot prompt Aleix Conchillo Flaqué 2024-05-14 15:30:31 -07:00
  • 3668eb1606 update CHANGELOG for 0.0.12 v0.0.12 Aleix Conchillo Flaqué 2024-05-14 14:52:08 -07:00
  • e23addcc02 examples: update simple-chatbot with Spanish Aleix Conchillo Flaqué 2024-05-14 14:51:44 -07:00
  • 5147f4086e transports(daily): add DailyTranscriptionSettings to update settings easier Aleix Conchillo Flaqué 2024-05-14 14:49:30 -07:00
  • fb3c2de83f Merge pull request #141 from pipecat-ai/add-changelog Aleix Conchillo Flaqué 2024-05-15 04:47:45 +08:00
  • 107817317c add CHANGELOG.md Aleix Conchillo Flaqué 2024-05-14 10:28:37 -07:00
  • 663ff3417c examples: add missing requirements Aleix Conchillo Flaqué 2024-05-14 08:03:51 -07:00
  • 2b19d6bbac examples: remove commented out silero from storytelling Aleix Conchillo Flaqué 2024-05-14 00:57:21 -07:00
  • 7c41246e55 examples: fix storytelling example v0.0.11 Aleix Conchillo Flaqué 2024-05-14 00:32:37 -07:00
  • 11aa9dc803 pipeline: allow stopping tasks with StopTaskFrame Aleix Conchillo Flaqué 2024-05-14 00:30:32 -07:00
  • 922cdefee5 services: run_* now return async generators Aleix Conchillo Flaqué 2024-05-14 00:30:07 -07:00
  • e018d5b47a transports(daily): always allow capturing transcriptions Aleix Conchillo Flaqué 2024-05-14 00:29:02 -07:00
  • 20c679988c transports: allow base transports to be reused Aleix Conchillo Flaqué 2024-05-14 00:28:43 -07:00
  • a344101cff README.md: s/Twitter/X/ Aleix Conchillo Flaqué 2024-05-13 18:24:06 -07:00
  • 2cefc40a77 README.md: use http urls for images Aleix Conchillo Flaqué 2024-05-13 18:20:57 -07:00
  • 68f0da26b6 examples: more translation-chatbot fixes v0.0.10 Aleix Conchillo Flaqué 2024-05-13 17:57:11 -07:00
  • 9aea8e951c aggregators/sentence: ignore interim transcriptions Aleix Conchillo Flaqué 2024-05-13 17:56:19 -07:00
  • 12ff6d08fe examples: fix translation-chatbot Aleix Conchillo Flaqué 2024-05-13 16:13:01 -07:00
  • 1b21867a6f transports: add support for sending transport messages Aleix Conchillo Flaqué 2024-05-13 16:21:28 -07:00
  • d28d0fa218 processors: add FrameProcessor.push_error Aleix Conchillo Flaqué 2024-05-13 16:12:35 -07:00
  • 01381f6dcd frames: add TransportMessageFrame Aleix Conchillo Flaqué 2024-05-13 16:12:03 -07:00
  • c111fff0f7 services: update azure services Aleix Conchillo Flaqué 2024-05-13 16:11:10 -07:00
  • 50677e6085 Merge pull request #138 from pipecat-ai/moondream-chatbot-fixes Aleix Conchillo Flaqué 2024-05-14 06:29:13 +08:00
  • 22cd1ac5f2 examples: fix moondream-chatbot Aleix Conchillo Flaqué 2024-05-13 15:28:11 -07:00
  • fdfcfd1d5e Merge pull request #137 from rahulunair/intel_gpu Kwindla Hultman Kramer 2024-05-13 14:52:34 -07:00
  • b6385be6c6 Merge pull request #136 from pipecat-ai/simple-chatbot-fixes Aleix Conchillo Flaqué 2024-05-14 05:41:52 +08:00
  • 6be88fa81b (feat): adding intel gpus support rahulunair 2024-05-13 21:21:05 +00:00
  • ed31c7924e examples: fix simple-chatbot Aleix Conchillo Flaqué 2024-05-13 13:19:11 -07:00
  • 4898084645 Update LICENSE Jon Taylor 2024-05-13 20:49:51 +01:00
  • 6be0751a52 Delete CNAME chadbailey59 2024-05-13 14:42:46 -05:00
  • 7ce1206ed4 Create CNAME Aleix Conchillo Flaqué 2024-05-13 12:05:08 -07:00
  • 1b5130694a Update README.md Jon Taylor 2024-05-13 19:36:39 +01:00
  • 7c6199e93e Merge pull request #135 from pipecat-ai/jpt/devrel-edits-2 Jon Taylor 2024-05-13 18:19:33 +01:00
  • 3be742479d removed space Jon Taylor 2024-05-13 18:17:00 +01:00
  • d380b02a44 README: improve code reading Aleix Conchillo Flaqué 2024-05-13 10:12:19 -07:00
  • 5600fc49f1 README: fix code indentation Aleix Conchillo Flaqué 2024-05-13 10:08:09 -07:00
  • 5f0d8b8d9f removed docs badge Jon Taylor 2024-05-13 17:42:01 +01:00
  • 8204e5c2d4 removed images Jon Taylor 2024-05-13 17:41:03 +01:00
  • 29b98c0326 removed images from examples readme Jon Taylor 2024-05-13 17:40:07 +01:00
  • 3502ef4745 Merge pull request #134 from pipecat-ai/jpt/devrel-edits Jon Taylor 2024-05-13 17:37:31 +01:00
  • 0d28e84c59 addressed nitpicks Jon Taylor 2024-05-13 17:37:01 +01:00
  • 062fbf4ce3 fixed header for VAD Jon Taylor 2024-05-13 17:20:50 +01:00
  • af8471b370 changed daily_url to daily_room Jon Taylor 2024-05-13 17:20:10 +01:00
  • f756027333 updated text for simple example Jon Taylor 2024-05-13 17:17:41 +01:00
  • 65c4c0b21f fixed typo in readme Jon Taylor 2024-05-13 17:14:17 +01:00
  • f1c02f8554 added examples back Jon Taylor 2024-05-13 17:09:46 +01:00
  • 27ba50cbbf updated README with sample code Jon Taylor 2024-05-13 14:51:10 +01:00
  • b254525d3c go back to using @dataclass since they can be inspected v0.0.9 Aleix Conchillo Flaqué 2024-05-12 22:35:43 -07:00
  • 6c06fb8169 README: update pypi badge Aleix Conchillo Flaqué 2024-05-12 19:28:00 -07:00
  • 721cd11d62 Merge pull request #133 from pipecat-ai/aleix/readme Aleix Conchillo Flaqué 2024-05-13 10:26:45 +08:00
  • bfbcb9d531 fix autopep8 linting Aleix Conchillo Flaqué 2024-05-12 19:25:17 -07:00