Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implemented linux auto tracking #409

Merged
merged 1 commit into from
Oct 13, 2023
Merged

Conversation

MattEqualsCoder
Copy link
Collaborator

@MattEqualsCoder MattEqualsCoder commented Oct 13, 2023

This adds command line auto tracking to the CrossPlatform app.

So several things are a part of these changes:

  • Created an ISpeechRecognitionEngine which has an enabled/disabled implementation for usage between Windows/desktop
  • For all of the tracker voice modules (some of which aren't just used for voice stuff), I pulled out all of the add command statements into an abstract method "AddCommands" which is only called on Windows by the TrackerModuleFactory
  • I updated a few configs to be saved as enums in the YAML rather than integer. These should be converted when the JSON config gets converted into YAML
  • I added an optional setting to automatically track the "hey tracker, take a look at this" commands. I'll add this to the Windows UI in a subsequent pull request

@MattEqualsCoder MattEqualsCoder merged commit a14a21b into main Oct 13, 2023
@MattEqualsCoder MattEqualsCoder deleted the linux-auto-tracking branch October 13, 2023 13:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants