Skip to content

Commit

Permalink
non-default audio
Browse files Browse the repository at this point in the history
  • Loading branch information
sloganking authored Oct 22, 2023
1 parent 002f771 commit 11f30c4
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,20 @@ If your key shows as `Unknown(number)`, pass `number` to the `--special-ptt-key`
desk-talk --special-ptt-key 125
```

### Non-default recording device

To use a microphone other than the system default, run


```
desk-talk list-devices
```

to get a list of system microphone names. And pass the desired microphone name to ``--device`` like so:


```
desk-talk --ptt-key scroll-lock --device "Microphone (3- USB Audio Device)"
```


0 comments on commit 11f30c4

Please sign in to comment.