mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-09 22:25:00 +00:00
copy
This commit is contained in:
parent
871030dadb
commit
d17f0a9e1f
8 changed files with 37 additions and 36 deletions
|
@ -447,7 +447,7 @@ cog.outl("```")
|
|||
## Specify the language for voice using ISO 639-1 code (default: auto)
|
||||
#voice-language: en
|
||||
|
||||
##Specify the voice input device name used for recording (default: system default)
|
||||
voice-input-device: xxx
|
||||
## Specify the input device name for voice recording
|
||||
#voice-input-device: xxx
|
||||
```
|
||||
<!--[[[end]]]-->
|
||||
|
|
|
@ -411,7 +411,7 @@ cog.outl("```")
|
|||
## Specify the language for voice using ISO 639-1 code (default: auto)
|
||||
#AIDER_VOICE_LANGUAGE=en
|
||||
|
||||
## Specify the voice input device name (default: system default)
|
||||
#AIDER_VOICE_INPUT_DEVICE="MacBook Pro Microphone"
|
||||
## Specify the input device name for voice recording
|
||||
#AIDER_VOICE_INPUT_DEVICE=
|
||||
```
|
||||
<!--[[[end]]]-->
|
||||
|
|
|
@ -75,7 +75,8 @@ usage: aider [-h] [--openai-api-key] [--anthropic-api-key] [--model]
|
|||
[--suggest-shell-commands | --no-suggest-shell-commands]
|
||||
[--fancy-input | --no-fancy-input]
|
||||
[--detect-urls | --no-detect-urls] [--editor]
|
||||
[--voice-format] [--voice-language] [--voice-input-device]
|
||||
[--voice-format] [--voice-language]
|
||||
[--voice-input-device]
|
||||
|
||||
```
|
||||
|
||||
|
@ -703,7 +704,6 @@ Default: en
|
|||
Environment variable: `AIDER_VOICE_LANGUAGE`
|
||||
|
||||
### `--voice-input-device VOICE_INPUT_DEVICE`
|
||||
Specify the voice input device name used for recording (default: system default)
|
||||
Default: system default
|
||||
Environment variable: `VOICE_INPUT_DEVICE`
|
||||
Specify the input device name for voice recording
|
||||
Environment variable: `AIDER_VOICE_INPUT_DEVICE`
|
||||
<!--[[[end]]]-->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue