diff --git a/src/posts/2023-11-14_OpenBSD_sndio_and_multiple_devices.draft.pm b/src/posts/2023-11-14_OpenBSD_sndio_and_multiple_devices.draft.pm index 8390ed8..ce8002a 100644 --- a/src/posts/2023-11-14_OpenBSD_sndio_and_multiple_devices.draft.pm +++ b/src/posts/2023-11-14_OpenBSD_sndio_and_multiple_devices.draft.pm @@ -36,8 +36,8 @@ This works by setting the environment variables `AUDIORECDEVICE` and `AUDIOPLAYD Example: ``` +export AUDIOPLAYDEVICE=snd/0 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.