|
@@ -49,10 +49,10 @@ AUDIO_DEVICE: int | None = 12
|
|
|
SPEAKERS_FILE = Path(__file__).parent / "speakers.json"
|
|
SPEAKERS_FILE = Path(__file__).parent / "speakers.json"
|
|
|
|
|
|
|
|
DEFAULT_SPEAKERS: dict[str, str] = {
|
|
DEFAULT_SPEAKERS: dict[str, str] = {
|
|
|
- "SPEAKER_00": "Serving Brother",
|
|
|
|
|
- "SPEAKER_01": "Contributor",
|
|
|
|
|
- "SPEAKER_02": "Contributor",
|
|
|
|
|
- "SPEAKER_03": "Contributor",
|
|
|
|
|
|
|
+ "SPEAKER_00": "A.A.A": "Serving Brother": "Sydney",
|
|
|
|
|
+ "SPEAKER_01": "A.A.A": "Contributor": "London",
|
|
|
|
|
+ "SPEAKER_02": "A.A.A": "Contributor": "Hobart",
|
|
|
|
|
+ "SPEAKER_03": "A.A.A": "Contributor": "Perth",
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
# ── Audio injection queue ─────────────────────────────────────────────────────
|
|
# ── Audio injection queue ─────────────────────────────────────────────────────
|
|
@@ -379,6 +379,8 @@ def main() -> None:
|
|
|
pcm_input=True,
|
|
pcm_input=True,
|
|
|
backend_policy="localagreement",
|
|
backend_policy="localagreement",
|
|
|
confidence_validation=True,
|
|
confidence_validation=True,
|
|
|
|
|
+ min_chunk_size=1.5,
|
|
|
|
|
+ vac=False,
|
|
|
)
|
|
)
|
|
|
|
|
|
|
|
# Inject API must start before the audio loop so test playback works immediately
|
|
# Inject API must start before the audio loop so test playback works immediately
|