BCMM

Apr 28, 2024

BCMM Voice Commands Intro

Yes, BC has a voice command profile already, which is old. And yes, it's possible to hack a way to send keystrokes via "user32.dll" and an external speech API to have voice command support.

What's the big deal?

  1. The BC voice command profile is very old and probably obsolete.
  2. Having an external application does offer limited support, where you can only support actions that have keybindings.

So what then?

Enter the IPC support, which we demonstrated and wrote about here.

Here's the demo in action.

What is different?

This directly talks to the game and passes on messages. With …

Author: Mario  ·  posted at 20:55  ·   ·  BCMM  ipc  voice  commands