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