Compare commits
1 Commits
fix/fastap
...
mb/fix-sen
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c6235a34a9 |
@@ -87,12 +87,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Updated `SarvamTTSService` to use WebSocket streaming for real-time audio
|
- Updated `SarvamTTSService` to use WebSocket streaming for real-time audio
|
||||||
generation with multiple Indian languages, with HTTP support still available
|
generation with multiple Indian languages, with HTTP support still available
|
||||||
via `SarvamHttpTTSService`.
|
via `SarvamHttpTTSService`.
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
|
- Fixed a missing import in `SentryMetrics`.
|
||||||
|
|
||||||
- Fixed a `CartesiaTTSService` issue that was causing the application to hang
|
- Fixed a `CartesiaTTSService` issue that was causing the application to hang
|
||||||
after Cartesia's 5 minutes timed out.
|
after Cartesia's 5 minutes timed out.
|
||||||
|
|
||||||
|
|||||||
@@ -6,6 +6,8 @@
|
|||||||
|
|
||||||
"""Sentry integration for frame processor metrics."""
|
"""Sentry integration for frame processor metrics."""
|
||||||
|
|
||||||
|
import asyncio
|
||||||
|
|
||||||
from loguru import logger
|
from loguru import logger
|
||||||
|
|
||||||
from pipecat.utils.asyncio.task_manager import BaseTaskManager
|
from pipecat.utils.asyncio.task_manager import BaseTaskManager
|
||||||
|
|||||||
Reference in New Issue
Block a user