Coverage for integrations / audio / __init__.py: 100.0%
2 statements
« prev ^ index » next coverage.py v7.14.0, created at 2026-05-12 04:49 +0000
« prev ^ index » next coverage.py v7.14.0, created at 2026-05-12 04:49 +0000
1"""
2Audio Sidecar - speaker diarization as a managed subprocess.
4Replaces standalone speaker_diarization service.
5Manages WhisperX + pyannote as a subprocess sidecar with auto-start.
6"""
7from .diarization_service import DiarizationService
9__all__ = ['DiarizationService']