Update 2023-11-14 11:49:11

This commit is contained in:
c0dev0id 2023-11-14 11:49:13 +01:00
parent f660f3dd57
commit c2e501ced0

View File

@ -36,8 +36,8 @@ This works by setting the environment variables `AUDIORECDEVICE` and `AUDIOPLAYD
Example: Example:
``` ```
export AUDIOPLAYDEVICE=snd/0
export AUDIORECDEVICE=snd/1 export AUDIORECDEVICE=snd/1
export AUDIORECDEVICE=snd/0
``` ```
However, sndiod expects every device to play and record. So the above example would work to play on the system, but record on a headset. However, sndiod expects every device to play and record. So the above example would work to play on the system, but record on a headset.