
# https://platform.openai.com/docs/guides/speech-to-text

___x_cmd_openai_transcribe(){
    local lang
    case "$1" in
        --translate)    lang="$2" ;;
    esac
}
