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 b4b18e6..8390ed8 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 @@ -11,6 +11,7 @@ You can start sndiod with additional `-F` flags, which define additional devices ``` You can set these flags permanently with: + ``` # 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. Example: + ``` export AUDIORECDEVICE=snd/1 export AUDIORECDEVICE=snd/0