Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR adds support for selecting and listing audio input devices for speech recognition. The changes enable users to specify which microphone to use and view available audio input devices, along with adding support for Continuity Camera devices.
Key changes:
- Added command-line options
-a/--audio-input-devicesto list available audio input devices and-n/--input-device-idto specify an input device - Implemented CoreAudio-based device enumeration and selection logic
- Updated Info.plist to enable Continuity Camera device support
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 5 comments.
| File | Description |
|---|---|
| src/main.m | Added command-line option handling for audio device listing and selection |
| src/Hear.h | Added public method declarations for audio device operations |
| src/Hear.m | Implemented audio device enumeration, validation, and selection using CoreAudio APIs |
| Info.plist | Added NSCameraUseContinuityCameraDeviceType key and reformatted whitespace |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 4 out of 4 changed files in this pull request and generated 8 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 10 out of 10 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
-aflag-nflag.