Skip to content

Instantly share code, notes, and snippets.

View bajelidze's full-sized avatar

Irakli Bajelidze bajelidze

View GitHub Profile
@bajelidze
bajelidze / adevctl
Created January 27, 2024 14:50
adevctl – Control the default audio sink/source devices
#!/usr/bin/env bash
set -euo pipefail
declare _OPTION_SOURCE=false
declare _OPTION_SINK=false
_optparse() {
while getopts "sSh" opt; do
case "$opt" in