WIP attempt to request audio capture permissions

This commit is contained in:
Nick Payne
2025-07-04 10:53:42 +01:00
parent 4bbdee96ac
commit 506e15684b
5 changed files with 109 additions and 3 deletions
+12
View File
@@ -35,6 +35,18 @@ swift build -c release
## Usage
### Permission management
AudioTee requires system audio recording permissions to work. Use these commands to check and request permissions:
```bash
# Check current audio recording permissions
./audiotee --permissions
# Request audio recording permissions (will prompt user)
./audiotee --permissions --request
```
### Basic usage
Replace the path below with `.build/<arch>/<target>/audiotee`, e.g. `build/arm64-apple-macosx/release/audiotee` for a release build on Apple Silicon.