Skip to content

Releases: TheMysteriousStranger90/AzureSpeechProject

v1.2.1

25 Nov 15:37
ee2fe98

Choose a tag to compare

AzioSpeech Recognition and Translation v1.2.1

Downloads

Windows x64 (64-bit Intel/AMD)

  • Self-contained build (no .NET Runtime required)
  • Single executable file with ReadyToRun compilation
  • Optimized for fast startup without trimming issues

Installation

  1. Grant microphone permissions in Windows Privacy Settings
  2. Download the ZIP file below
  3. Extract to any folder
  4. Run AzioSpeech.exe
  5. Configure your Azure Speech Services credentials in Settings

Features

  • Real-time Speech Recognition: Convert speech to text using Azure Speech Services
  • Multi-language Translation: Translate recognized speech into multiple languages
  • Modern UI: Built with Avalonia UI
  • Secure Credentials: Encrypted storage for Azure API keys

Requirements

  • OS: Windows 11
  • Architecture: x64 (64-bit)
  • .NET Runtime: Not required (self-contained)
  • Disk Space: ~150 MB
  • RAM: 512 MB minimum, 1 GB recommended
  • Microphone: Required for speech recognition
  • Azure Account: Azure Speech Services subscription (required for operation)

Azure Setup

Before using this application, you need:

  1. An active Azure subscription
  2. Azure Speech Services resource created
  3. API key and region from Azure Portal

Visit Azure Speech Services for setup instructions.

Performance

This build uses Hybrid approach:

  • ✅ ReadyToRun compilation for 30-40% faster startup
  • ✅ No trimming = full compatibility with Azure SDK
  • ✅ Optimized garbage collection (Server GC)
  • ✅ Tiered compilation for runtime optimization
  • ✅ Native library embedding for Azure Speech SDK

Security

  • SHA256 Checksum: Available in artifact details
  • Verify the hash after download to ensure file integrity
  • API keys stored using Windows Data Protection API (DPAPI)

Known Issues & Troubleshooting

  • Ensure microphone permissions are granted in Windows Settings
  • Verify Azure Speech Services credentials are correct
  • Check internet connectivity for Azure API access

Full Changelog: v1.1.0...v1.2.1
Documentation: https://github.com/TheMysteriousStranger90/AzureSpeechProject/blob/master/README.md

What's Changed

Full Changelog: v1.2.0...v1.2.1