@@ -1917,7 +1917,7 @@ Using a remote Playwright browser via `PLAYWRIGHT_WS_URL` can be beneficial for:
1917
1917
#### ` AUDIO_STT_AZURE_REGION `
1918
1918
1919
1919
- Type: ` str `
1920
- - Default: ` None `
1920
+ - Default: ` eastus `
1921
1921
- Description: Specifies the Azure region to use for Speech-to-Text.
1922
1922
- Persistence: This environment variable is a ` PersistentConfig ` variable.
1923
1923
@@ -1928,6 +1928,20 @@ Using a remote Playwright browser via `PLAYWRIGHT_WS_URL` can be beneficial for:
1928
1928
- Description: Specifies the locales to use for Azure Speech-to-Text.
1929
1929
- Persistence: This environment variable is a ` PersistentConfig ` variable.
1930
1930
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
+
1931
1945
### Speech-to-Text (Deepgram)
1932
1946
1933
1947
#### ` DEEPGRAM_API_KEY `
@@ -1983,6 +1997,7 @@ Using a remote Playwright browser via `PLAYWRIGHT_WS_URL` can be beneficial for:
1983
1997
#### ` AUDIO_TTS_AZURE_SPEECH_REGION `
1984
1998
1985
1999
- Type: ` str `
2000
+ - Default: ` eastus `
1986
2001
- Description: Sets the region for Azure Text to Speech.
1987
2002
- Persistence: This environment variable is a ` PersistentConfig ` variable.
1988
2003
@@ -1992,6 +2007,13 @@ Using a remote Playwright browser via `PLAYWRIGHT_WS_URL` can be beneficial for:
1992
2007
- Description: Sets the output format for Azure Text to Speech.
1993
2008
- Persistence: This environment variable is a ` PersistentConfig ` variable.
1994
2009
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
+
1995
2017
### OpenAI Text-to-Speech
1996
2018
1997
2019
#### ` AUDIO_TTS_OPENAI_API_BASE_URL `
0 commit comments