I need to implement voice recognition in my game, the target is that the user speaks into the microphone and the game responds accordingly to some commands.
What libraries could help me with such task? I need them for C++ and as lightweight as possible to plug into the game(it will be used in mobile games).
An ideal usage would be having it capture input sound or receiving the audio samples, and outputting strings with the recognized text.
Thanks
