v0.0.47

pipecat-ai/pipecatv0.0.47Oct 22, 2024by aconchillo

AI Summary

This release adds AssemblyAISTTService and Gladia transcription support with API updates.

Key Highlights

  • Added AssemblyAISTTService with foundational examples
  • Added Gladia transcription example
  • Updated GladiaSTTService to use V2 API
  • Changed DailyTransport transcription model to nova-2-general

Full Release Notes

### 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`

### Changed

- Updated `GladiaSTTService` to use the V2 API.

- Changed `DailyTransport` transcription model to `nova-2-general`.

### Fixed

- Fixed an issue that would cause an import error when importing `SileroVADAnalyzer` from the old package `pipecat.vad.silero`.

- Fixed `enable_usage_metrics` to control LLM/TTS usage metrics separately from `enable_metrics`.