Update Azure STT/TTS Variables

This commit is contained in:
Bryan Berns 2025-05-05 21:16:46 -04:00
parent a164415416
commit 3520ac4b1c

View File

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