Skip to content

Using Azure Speech SDK with Azure Active Directory Authentication

License

Notifications You must be signed in to change notification settings

niveditau/SpeechToTextWithAADToken

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpeechToTextWithAADToken

Using Azure Speech SDK with Azure Active Directory Authentication

This is a simple node application to demostrate how to use Speech SDK for transcription with Azure Active Directory token.

Prerequisites

  1. A Speech Service resource in Azure with custom domain.
  2. A Service Principal for Cognitive Services access permissions

How to run this code

  1. Clone the repository
  2. Create a .env file in SpeechToTextWithAADToken directory and create a variable RESOURCE_ID="" in that file and set your speech resource ID
  3. Copy the wav file you want to transcribe in SpeechToTextWithAADToken directory
  4. When running first time you must run command "npm install" in the terminal
  5. Run the program by running the command "node SpeechRecognition.js"
  6. Once program is finished transcribing it will log the output in the terminal

About

Using Azure Speech SDK with Azure Active Directory Authentication

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published