Skip to content

Commit

Permalink
Correct minor error in sndio documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bsdcode committed Jan 22, 2024
1 parent 01c0479 commit c58e70d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ $ AUDIODEVICE=snd/0 cava
```
Switch between the speakers and the USB headset:
```sh
$ sndiod -f rsnd/1 -m play,mon -s usb -f rsnd/0 -m play,mon -s speakers
$ sndiod -f rsnd/2 -m play,mon -s usb -f rsnd/0 -m play,mon -s speakers
$ AUDIODEVICE=snd/usb cava
$ AUDIODEVICE=snd/speakers cava
```
Expand Down

0 comments on commit c58e70d

Please sign in to comment.