voice detection
by Skaperen from LinuxQuestions.org on (#5T4MD)
there are a couple things i would like to have my Linux system do for me that deals with the microphone and voice technology.
1. while i am asleep i will have Linux be my alarm clock (already did this much). i want to add limited means to tell it by voice to shut off the alarm (execute my "alarm off" script). i do not need a full voice to text capability. i would prefer it be as accurate as possible for a few basic phrases like "alarm off". especially important is when my "alarm off" script plays the voice "the alarm is off" it won't trigger the voice detector in any way. likewise no other words can do this. if someone else says the same phrase, it's fine to do the same thing.
2. while i am away or asleep i want to ha any voice (anyone) saying anything in any language start recording of sound including the sound a few seconds or so before that voice as well as executing a script. that means the program will be continuously be keeping a looping buffer of sound and dump that out to start the recording file. then it would stop after 4 minutes of no voice being detected and go back to listen-only mode.
how much voice technology would i need to get this going?
1. while i am asleep i will have Linux be my alarm clock (already did this much). i want to add limited means to tell it by voice to shut off the alarm (execute my "alarm off" script). i do not need a full voice to text capability. i would prefer it be as accurate as possible for a few basic phrases like "alarm off". especially important is when my "alarm off" script plays the voice "the alarm is off" it won't trigger the voice detector in any way. likewise no other words can do this. if someone else says the same phrase, it's fine to do the same thing.
2. while i am away or asleep i want to ha any voice (anyone) saying anything in any language start recording of sound including the sound a few seconds or so before that voice as well as executing a script. that means the program will be continuously be keeping a looping buffer of sound and dump that out to start the recording file. then it would stop after 4 minutes of no voice being detected and go back to listen-only mode.
how much voice technology would i need to get this going?