From 015faa3dbd964569285eae7dbc538532031c1b33 Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Sun, 20 Oct 2024 08:44:18 -0400 Subject: [PATCH] Update CHANGELOG and README --- CHANGELOG.md | 8 ++++++++ README.md | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03aa452b0..cddb21bb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +- Added `AssemblyAISTTService` and corresponding foundational examples + `07o-interruptible-assemblyai.py` and `13d-assemblyai-transcription.py`. + +- Added a foundational example for Gladia transcription: + `13c-gladia-transcription.py` + ### Fixed - Fixed `enable_usage_metrics` to control LLM/TTS usage metrics separately diff --git a/README.md b/README.md index 32404e3f1..63ecd92d8 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ pip install "pipecat-ai[option,...]" Your project may or may not need these, so they're made available as optional requirements. Here is a list: -- **AI services**: `anthropic`, `aws`, `azure`, `deepgram`, `gladia`, `google`, `fal`, `lmnt`, `moondream`, `openai`, `openpipe`, `playht`, `silero`, `whisper`, `xtts` +- **AI services**: `anthropic`, `assemblyai`, `aws`, `azure`, `deepgram`, `gladia`, `google`, `fal`, `lmnt`, `moondream`, `openai`, `openpipe`, `playht`, `silero`, `whisper`, `xtts` - **Transports**: `local`, `websocket`, `daily` ## Code examples