Skip to content

scottcagno/voice_prototype

Repository files navigation

VOICE :: Voice Operated Interpolated Coding Engine


Getting Started

  • Add .json command files the the command directory.

  • Run 'compile_corpus.py' to have a corpus file auto generated for you based on your
    command files.

  • Edit 'parser.py' and specifically the 'parse_hyp' method to fine tune how your recog-
    nized speech is handled.

  • Run 'voice.py'.

  • Speak and be amazed.

Tips

  • Adjust your configuration files to account for words that may sound similiar. The more
    syllables the higher the accuracy, theoretically.

  • Consider using the NATO phonetic alphabet to spell words.

  • Prefix short utterances, and link phrases together with dashes so they get compiled as
    a single phrase in the language model.

About

voice operated interpolated coding engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published