Skip to content

Commit

Permalink
Remove input/output_device options (google#127)
Browse files Browse the repository at this point in the history
These are ignored currently, so it's misleading to have them. The voice
recognizer always uses the default device, which can be configured by
the user.

See google#98.
  • Loading branch information
drigz authored Sep 6, 2017
1 parent 2efb7f6 commit 8024b60
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,6 @@ def main():
parser = configargparse.ArgParser(
default_config_files=CONFIG_FILES,
description="Act on voice commands using Google's speech recognition")
parser.add_argument('-I', '--input-device', default='default',
help='Name of the audio input device')
parser.add_argument('-O', '--output-device', default='default',
help='Name of the audio output device')
parser.add_argument('-T', '--trigger', default='gpio',
choices=['clap', 'gpio', 'ok-google'], help='Trigger to use')
parser.add_argument('--cloud-speech', action='store_true',
Expand Down

0 comments on commit 8024b60

Please sign in to comment.