From 3520ac4b1c6748562b7f0f565ee13d8167bc0c3d Mon Sep 17 00:00:00 2001 From: Bryan Berns Date: Mon, 5 May 2025 21:16:46 -0400 Subject: [PATCH] Update Azure STT/TTS Variables --- docs/getting-started/env-configuration.md | 24 ++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/docs/getting-started/env-configuration.md b/docs/getting-started/env-configuration.md index 98421e5..1610c58 100644 --- a/docs/getting-started/env-configuration.md +++ b/docs/getting-started/env-configuration.md @@ -1917,7 +1917,7 @@ Using a remote Playwright browser via `PLAYWRIGHT_WS_URL` can be beneficial for: #### `AUDIO_STT_AZURE_REGION` - Type: `str` -- Default: `None` +- Default: `eastus` - Description: Specifies the Azure region to use for Speech-to-Text. - Persistence: This environment variable is a `PersistentConfig` variable. @@ -1928,6 +1928,20 @@ Using a remote Playwright browser via `PLAYWRIGHT_WS_URL` can be beneficial for: - Description: Specifies the locales to use for Azure Speech-to-Text. - Persistence: This environment variable is a `PersistentConfig` variable. +#### `AUDIO_STT_AZURE_BASE_URL` + +- Type: `str` +- Default: `https://{region}.tts.speech.microsoft.com` +- Description: Specifies the Azure endpoint to use for Speech-to-Text. +- Persistence: This environment variable is a `PersistentConfig` variable. + +#### `AUDIO_STT_AZURE_MAX_SPEAKERS` + +- Type: `str` +- Default: `3` +- Description: Specifies the maximum speakers to attempt to recognize during transcription. +- Persistence: This environment variable is a `PersistentConfig` variable. + ### Speech-to-Text (Deepgram) #### `DEEPGRAM_API_KEY` @@ -1983,6 +1997,7 @@ Using a remote Playwright browser via `PLAYWRIGHT_WS_URL` can be beneficial for: #### `AUDIO_TTS_AZURE_SPEECH_REGION` - Type: `str` +- Default: `eastus` - Description: Sets the region for Azure Text to Speech. - Persistence: This environment variable is a `PersistentConfig` variable. @@ -1992,6 +2007,13 @@ Using a remote Playwright browser via `PLAYWRIGHT_WS_URL` can be beneficial for: - Description: Sets the output format for Azure Text to Speech. - Persistence: This environment variable is a `PersistentConfig` variable. +#### `AUDIO_TTS_AZURE_SPEECH_BASE_URL` + +- Type: `str` +- Default: `https://{region}.api.cognitive.microsoft.com` +- Description: Specifies the Azure endpoint to use for Azure Text to Speech. +- Persistence: This environment variable is a `PersistentConfig` variable. + ### OpenAI Text-to-Speech #### `AUDIO_TTS_OPENAI_API_BASE_URL`