# shellcheck shell=dash

xrc:mod:lib     whisper             livekit/__install  livekit/__runcmd

___x_cmd_whisper_livekit(){
    case "$1" in
        -h|--help)      ___x_cmd help -m whisper livekit; return 0 ;;
        listen)
                        ___x_cmd_whisper_livekit___runmain --with sounddevice "$@" ;;
        *)              ___x_cmd_whisper_livekit___runmain "$@" ;;
    esac
}

