Merge pull request #2497 from preynal/main

feat: ability to select audio input device
This commit is contained in:
paul-gauthier 2024-11-30 09:33:00 -08:00 committed by GitHub
commit 82929f650c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 52 additions and 7 deletions

View file

@ -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]]]-->