📂
📂
📂
📂
Azure Mixed Reality Docs
Search
⌃K
Azure Mixed Reality Curriculum
What is the Metaverse?
Unity Lessons
WebXR Lessons
3D on the Web
WebXR Device APIs
A-Frame
Three.js
Babylon.js
Concepts
Project
How to create your first Scene in Playground
What is an Arc Camera?
What is an Hemispheric Light?
What is a Box Mesh?
Basic Scene Exercises
How to load a 3D model on Playground?
How to add user interactions?
How to add WebXR support?
How to setup a BabylonJS local development environment and project?
How to Create a WebXR Augmented Reality App on Your Local Device
Babylon.js AR scene
Add Speech SDK
Server
Token Util
Create Speech Resources
Resources
WebXR Meetups
Resources
Unreal Engine Lessons
Artificial Intelligence(AI) Lessons
Exercises
FAQ
Glossary
How to contribute?
Powered By GitBook

Create Speech Resources

  • Sign up: https://aka.ms/CognitiveServicesFree​
  • 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
  • Check out Speech Studio​
Previous
Token Util
Next
Resources
Last modified 1yr ago
Export as PDF
Copy link