Skip to content

Commit ca59223

Browse files
committed
Update Azure STT/TTS Variables
1 parent a164415 commit ca59223

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

docs/getting-started/env-configuration.md

+23-1
Original file line numberDiff line numberDiff line change
@@ -1917,7 +1917,7 @@ Using a remote Playwright browser via `PLAYWRIGHT_WS_URL` can be beneficial for:
19171917
#### `AUDIO_STT_AZURE_REGION`
19181918

19191919
- Type: `str`
1920-
- Default: `None`
1920+
- Default: `eastus`
19211921
- Description: Specifies the Azure region to use for Speech-to-Text.
19221922
- Persistence: This environment variable is a `PersistentConfig` variable.
19231923

@@ -1928,6 +1928,20 @@ Using a remote Playwright browser via `PLAYWRIGHT_WS_URL` can be beneficial for:
19281928
- Description: Specifies the locales to use for Azure Speech-to-Text.
19291929
- Persistence: This environment variable is a `PersistentConfig` variable.
19301930

1931+
#### `AUDIO_STT_AZURE_ENDPOINT`
1932+
1933+
- Type: `str`
1934+
- Default: `https://{region}.tts.speech.microsoft.com`
1935+
- Description: Specifies the Azure endpoint to use for Speech-to-Text.
1936+
- Persistence: This environment variable is a `PersistentConfig` variable.
1937+
1938+
#### `AUDIO_STT_AZURE_MAX_SPEAKERS`
1939+
1940+
- Type: `str`
1941+
- Default: `3`
1942+
- Description: Specifies the maximum speakers to attempt to recognize during transcription.
1943+
- Persistence: This environment variable is a `PersistentConfig` variable.
1944+
19311945
### Speech-to-Text (Deepgram)
19321946

19331947
#### `DEEPGRAM_API_KEY`
@@ -1983,6 +1997,7 @@ Using a remote Playwright browser via `PLAYWRIGHT_WS_URL` can be beneficial for:
19831997
#### `AUDIO_TTS_AZURE_SPEECH_REGION`
19841998

19851999
- Type: `str`
2000+
- Default: `eastus`
19862001
- Description: Sets the region for Azure Text to Speech.
19872002
- Persistence: This environment variable is a `PersistentConfig` variable.
19882003

@@ -1992,6 +2007,13 @@ Using a remote Playwright browser via `PLAYWRIGHT_WS_URL` can be beneficial for:
19922007
- Description: Sets the output format for Azure Text to Speech.
19932008
- Persistence: This environment variable is a `PersistentConfig` variable.
19942009

2010+
#### `AUDIO_TTS_AZURE_SPEECH_ENDPOINT`
2011+
2012+
- Type: `str`
2013+
- Default: `https://{region}.api.cognitive.microsoft.com`
2014+
- Description: Specifies the Azure endpoint to use for Azure Text to Speech.
2015+
- Persistence: This environment variable is a `PersistentConfig` variable.
2016+
19952017
### OpenAI Text-to-Speech
19962018

19972019
#### `AUDIO_TTS_OPENAI_API_BASE_URL`

0 commit comments

Comments
 (0)