This is a simple C# console application that demonstrates how to use the Azure Cognitive Services Speech SDK to transcribe audio (from a WAV file) into text using Microsoft's cloud-based Speech-to-Text service.
- Transcribes speech from an audio file (
.wav) - Uses Azure Cognitive Services Speech SDK
- Supports async/await for smooth integration
- Clean and readable .NET 6+ code
- .NET 6.0 or later
- Azure Subscription
- Azure Speech service resource (get a free key and region)