Update 2023-11-14 11:47:52

This commit is contained in:
c0dev0id 2023-11-14 11:47:53 +01:00
parent 53da307cc5
commit f660f3dd57

View File

@ -11,6 +11,7 @@ You can start sndiod with additional `-F` flags, which define additional devices
``` ```
You can set these flags permanently with: You can set these flags permanently with:
``` ```
# rcctl set sndiod flags -f rsnd/0 -F rsnd/1 -F rsnd/2 -F rsnd/3 # rcctl set sndiod flags -f rsnd/0 -F rsnd/1 -F rsnd/2 -F rsnd/3
``` ```
@ -33,6 +34,7 @@ Let's say I want to connect USB microphone, but I want to to play back sound on
This works by setting the environment variables `AUDIORECDEVICE` and `AUDIOPLAYDEVICE` accordingly. This works by setting the environment variables `AUDIORECDEVICE` and `AUDIOPLAYDEVICE` accordingly.
Example: Example:
``` ```
export AUDIORECDEVICE=snd/1 export AUDIORECDEVICE=snd/1
export AUDIORECDEVICE=snd/0 export AUDIORECDEVICE=snd/0