 |
Exercise 23: Grace
Summary
Construct a Windows application in C# that runs in the tray and constantly listens for audio input. If the word "Grace" is recognized, then accept audio commands for the next two seconds. Or, if the word "Grace" is detected as the first word in a recognized string, then act on the audio command that is found in the latter part of the string. In addition:
  | Use a grammar. |
  | Log all activity to a log file using log4net |
  | Respond to the command "What time is it?", or "What is the time?", or "What's the time?", or "What's the current time?" by reading the time using the Expressivo Jennifer voice. The time should be spoken as, for example, "four oh nine". |
  | Test the program in a kitchen or living room setup with a laptop where the laptop is across the room from the speaker. |
|
|
 |