-
-
Notifications
You must be signed in to change notification settings - Fork 597
Configuring Microsoft Azure Speech to Text
Armin Sebastian edited this page May 15, 2024
·
4 revisions
Microsoft Azure Speech to Text is a service with a free tier that enables you to solve audio challenges. The following guide will help you to configure the extension to use this service.
- Go to Microsoft Azure and sign up for free with a Microsoft account, you may need to add a credit card to activate the account
- Go to Create Speech Services to create a new speech service, create a new resource group, such as
cognitive-services
, select a region, give the service a unique name, select the free pricing tier, and click onReview + create
to validate the provided details, then click onCreate
and wait for the service to be created - Go to Cognitive Services and click on the newly created service
- Go to
Resource Management
>Keys and Endpoint
and click onShow Keys
- Copy the first displayed API key
- Open the extension's options
- Under
Speech recognition
selectMicrosoft Azure Speech to Text
- Under
API location
select the location of the service you have created - Paste the API key you have previously copied from Microsoft Azure into the
API key
field
The extension is ready to use, and the options page can now be closed.