Skip to content

Digital-Defiance/AzureNeuralVoiceUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Azure Text to Speech UI

(c) Copyright 2024 Jessica Mulein, Digital Defiance. This application is not produced or sanctioned by Microsoft and is intended only as a demonstrator app for Azure Neural Text to Speech.

Window

Setup and Configuration

Settings

  • Select the audio output device where you would like the audio sent

  • Enter the subscription key- this can be found in the Azure Portal in the Speech resource you created, click "Show Keys"

    Azure Portal

  • Ensure the region in the settings box matches the region in the azure portal.

  • Enter a voice name, from the Speech Portal's Voice Gallery. The exact string is most easily found if you view the sample code for C# and copy the value from the line config.SpeechSynthesisVoiceName = "en-US-AvaNeural"; taking just the part inside the quotes.

From there, you should be able to just close the settings- they will save automatically as they are edited.

Next you should be able to type into the box and press enter to hear your speech, or click the Speak button.

Shift+Enter will prevent the text from clearing itself.

The application is also resident in the task bar. Right click it and select "Open" or "Exit". "Open" will bring the application back to the foreground and prepare it for text input into the box. You should be able to immediately start typing, press enter, and have your speech heard.

About

Simple UI to speak text with Azure Neural Voice

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages