mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-04 11:45:00 +00:00
Merge pull request #2497 from preynal/main
feat: ability to select audio input device
This commit is contained in:
commit
82929f650c
8 changed files with 52 additions and 7 deletions
|
@ -770,6 +770,12 @@ def get_parser(default_config_files, git_root):
|
|||
default="en",
|
||||
help="Specify the language for voice using ISO 639-1 code (default: auto)",
|
||||
)
|
||||
group.add_argument(
|
||||
"--voice-input-device",
|
||||
metavar="VOICE_INPUT_DEVICE",
|
||||
default=None,
|
||||
help="Specify the input device name for voice recording",
|
||||
)
|
||||
|
||||
return parser
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue