A personal innovation project that implements voice command recognition in Windows Forms using C#. Built before online tutorials were widely available, this app uses a custom speech-to-command system inspired by TTS logic. The app listens to specific keywords and maps them to actions.
- C#
- Windows Forms
- System.Speech.Recognition API
- .NET Framework
- Real-time voice recognition
- Command execution mapping via GUI (Form1.cs, CmdList.cs)
- Custom voice command handler (Root-Bot(Disabled).cs)
- Configurable command list
- UI icon and layout assets