Create Speech Resources
- Create a Speech Resource
- Get the Key & Region of your resource
- Save it as your .env file
Remember to add your .env file to gitignore and never commit your key to Github
sample.env
SPEECH_KEY="paste-your-speech-key-here"
SPEECH_REGION=westus2
Last modified 1yr ago