Releases: TheMysteriousStranger90/AzureSpeechProject
Releases · TheMysteriousStranger90/AzureSpeechProject
v1.2.1
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
- Grant microphone permissions in Windows Privacy Settings
- Download the ZIP file below
- Extract to any folder
- Run
AzioSpeech.exe - 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:
- An active Azure subscription
- Azure Speech Services resource created
- 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
- Develop - Version 1.2.1.0 by @TheMysteriousStranger90 in #7
Full Changelog: v1.2.0...v1.2.1