From c2e501ced057087aa3e004de1d9bfc941398329b Mon Sep 17 00:00:00 2001 From: c0dev0id Date: Tue, 14 Nov 2023 11:49:13 +0100 Subject: [PATCH] Update 2023-11-14 11:49:11 --- .../2023-11-14_OpenBSD_sndio_and_multiple_devices.draft.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.