Skip to content

Commit dd88ebc

Browse files
Roopan-MicrosoftRohini-MicrosoftBangarraju-MicrosoftHarmanpreet Kaur
authored
feat: Text to Speech feature implementation (#1235)
Co-authored-by: Rohini-Microsoft <[email protected]> Co-authored-by: Bangarraju-Microsoft <[email protected]> Co-authored-by: Harmanpreet Kaur <[email protected]>
1 parent be3f091 commit dd88ebc

File tree

9 files changed

+326
-107
lines changed

9 files changed

+326
-107
lines changed

code/create_app.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,7 @@ def speech_config():
437437
if response.status_code == 200:
438438
return {
439439
"token": response.text,
440+
"key": speech_key,
440441
"region": env_helper.AZURE_SPEECH_SERVICE_REGION,
441442
"languages": env_helper.AZURE_SPEECH_RECOGNIZER_LANGUAGES,
442443
}
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)