Somewhat fancy voice command recognition software
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

options.json 239B

12345678910
  1. {
  2. "continuous": false,
  3. "history": null,
  4. "microphone": null,
  5. "interface": null,
  6. "valid_sentence_command": null,
  7. "invalid_sentence_command": null,
  8. "tts": ["espeak", "-ven-us+f2"],
  9. "minimum_confidence": null
  10. }