mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-11 23:25:01 +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
|
@ -446,5 +446,8 @@ 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
|
||||
```
|
||||
<!--[[[end]]]-->
|
||||
|
|
|
@ -410,7 +410,8 @@ 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"
|
||||
```
|
||||
<!--[[[end]]]-->
|
||||
|
||||
|
||||
|
|
|
@ -75,7 +75,7 @@ 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-format] [--voice-language] [--voice-input-device]
|
||||
|
||||
```
|
||||
|
||||
|
@ -701,4 +701,9 @@ Environment variable: `AIDER_VOICE_FORMAT`
|
|||
Specify the language for voice using ISO 639-1 code (default: auto)
|
||||
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`
|
||||
<!--[[[end]]]-->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue