Additional Notes on the latest Cortana commits
What's Changed?
I added an installer in C# that does the following:
- Copies the wake word detector script to AppData/Roaming/cortana
- Copies the wake word prediction model to the same folder
- Checks if python is installed and prompts you to install it if not
- Creates a scheduled task to start listening for "Hey Cortana" at startup
- Starts listening immediately to avoid the need to log out
I finished the wake word detection script, it now launches the app as it should.
What's to come?
I've added a launch arg to the app that launches it in "voice mode",
but that's not done yet.