
BetterVoiceDetection
Adds better voice detection for players that have stronger accents, and in general.
By D1GQ
Last updated | 3 weeks ago |
Total downloads | 8841 |
Total rating | 2 |
Categories | Mods Tools |
Dependency string | D1GQ-BetterVoiceDetection-1.2.0 |
Dependants | 2 other packages depend on this package |
This mod requires the following mods to function

BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100
D1GQ-MageConfigurationAPI
An API that implements a settings menu to change BepInEx Configs.
Preferred version: 1.3.0README
Better Voice Detection Mod
This BepInEx mod enhances the voice recognition system in Mage Arena, making spell casting more accurate and accessible for players with different accents and speech patterns. The mod integrates seamlessly with the existing voice control system while providing significant improvements to detection accuracy.
Features
- Accent-Inclusive Recognition: Supports over 50 common mispronunciations for all spells
- Real-Time Processing: Voice commands are analyzed and corrected instantly
- Performance Optimized: Adds minimal overhead to the game's voice processing
- Configurable Settings: Adjust recognition sensitivity via config file
Installation
-
Prerequisites:
- Mage Arena with BepInEx 5.4.21
-
Installation:
MageArena/ └── BepInEx/ └── plugins/ ├── BetterVoiceDetection.dll
-
Usage:
- The mod activates automatically when joining a game
- No additional input required - works with existing voice commands
Configuration Options
Edit BepInEx/config/com.d1gq.better.voice.detection.cfg
to adjust settings:
- Voice recognition sensitivity (0.1 > 1.0)
- 0.1 = Most lenient (catches more accents but may have false positives)
- 1.0 = Most strict (most accurate but may miss some pronunciations)
Technical Details
-
Voice Processing:
-
Uses phonetic matching logic
-
Maintains original game functionality while adding improvements to detection
-
Compatibility:
-
Works with all existing spells
-
Compatible with both singleplayer and multiplayer
Changelog
v1.2.0
- Added Thunder Bolt recognition.
- Added Rock recognition.
v1.1.0
- Added MageConfigurationAPI dependency to make it simpler to modify configurations.
v1.0.0
- Initial release with core voice detection improvements.