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 authored and karlstav committed Jan 22, 2024
1 parent 6987416 commit 9b7dec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
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 9b7dec4

Please sign in to comment.