Skip to content

REST Api to transcript audio files to text using Azure Cognitive Services

Notifications You must be signed in to change notification settings

renancunha/Blip.Api.AudioProcessor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AudioProcessor - REST API

Overview

TODO

Setup & Running

Setup Azure Credentials

You need to update appsettings.json, inside src/Blip.Api.AudioProcessor with your Azure credentials. To run that application you'll need a Speech Subscription Key from the Azure Cognitive Services.

Properties to be configured:

"AzureSpeechSubscriptionKey": "YOUR-SUBSCRIPTION-KEY",
"AzureSpeechRecognitionLanguage": "pt-BR",
"AzureRegion": "westus",

Run

Just run dotnet run inside src/Blip.Api.AudioProcessor and voi'la.

Authors

About

REST Api to transcript audio files to text using Azure Cognitive Services

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages