Skip to content

Commit

Permalink
feat: Text to Speech feature implementation (#1235)
Browse files Browse the repository at this point in the history
Co-authored-by: Rohini-Microsoft <[email protected]>
Co-authored-by: Bangarraju-Microsoft <[email protected]>
Co-authored-by: Harmanpreet Kaur <[email protected]>
  • Loading branch information
4 people committed Aug 19, 2024
1 parent be3f091 commit dd88ebc
Show file tree
Hide file tree
Showing 9 changed files with 326 additions and 107 deletions.
1 change: 1 addition & 0 deletions code/create_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,7 @@ def speech_config():
if response.status_code == 200:
return {
"token": response.text,
"key": speech_key,
"region": env_helper.AZURE_SPEECH_SERVICE_REGION,
"languages": env_helper.AZURE_SPEECH_RECOGNIZER_LANGUAGES,
}
Expand Down
3 changes: 3 additions & 0 deletions code/frontend/src/assets/pauseIcon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions code/frontend/src/assets/speakerIcon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit dd88ebc

Please sign in to comment.