With pulseaudio I control audio cards (output devices) profiles and pulseaudio knows where to put sound by himself. By these part of sh script I can switch output profiles. if [[ $speakersprofile == off ]]; then sleep 0.5 pactl set-card-profile $speakers output:analog-stereo pactl set-card-profile $headphone input:analog-mono else sleep 0.5 pactl set-card-profile $headphone output:analog-stereo+input:analog-mono pactl set-card-profile $speakers off fi Can I do the same thing with sndio config and/or CLI commands? >Received on Thu Sep 26 2019 - 15:39:06 CEST
This archive was generated by hypermail 2.3.0 : Tue Aug 09 2022 - 16:23:48 CEST