From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=DKIM_ADSP_CUSTOM_MED, DKIM_INVALID,DKIM_SIGNED,FREEMAIL_FROM,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 21231 invoked from network); 30 Dec 2023 01:54:25 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 30 Dec 2023 01:54:25 -0000 Received: from mail-pl1-f182.google.com ([209.85.214.182]) by 9front; Fri Dec 29 20:53:08 -0500 2023 Received: by mail-pl1-f182.google.com with SMTP id d9443c01a7336-1d3ae9d1109so15337875ad.0 for <9front@9front.org>; Fri, 29 Dec 2023 17:53:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1703901185; x=1704505985; darn=9front.org; h=to:subject:message-id:date:from:references:in-reply-to:mime-version :from:to:cc:subject:date:message-id:reply-to; bh=5jTrNVzPsf3jGv8HzqaXY6CIBwafMo38MzuYNd4gdz8=; b=LKnNO9EPgdkhyMXsuus7PUtIZAk7/rinprYgJyLPEav5D/NCtH9Y8p76mKOqo1qe/7 25pVuSoZRUO2IjzvkPdloAL+UqPPZzdyj2h7d5OLfAZCcqsjk17/nHHSjWvWEEaE5SM/ HwjGtc+GBQpiDGWroeyNahuL6pr5Tpj62HZCw+n4//zCebwy4MhHEvimNPf8BTt2ySAB O7pJz891i1R4BU8bFdRRSZZQawq8PEGqe5cgkD1mPTPnWdHQmNQgNkPQbDpX9bc/XfGH Ke0wAYW3qQ7xOzewSgFynFk+khdgGRTDqCLQwff+AVLl5s1F85x5DtvxkDyCo2VYH9/5 g7Jg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1703901185; x=1704505985; h=to:subject:message-id:date:from:references:in-reply-to:mime-version :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=5jTrNVzPsf3jGv8HzqaXY6CIBwafMo38MzuYNd4gdz8=; b=w3QpXuijo75pu9LEcydOISYz4gS89BiMOFyvROTcq6eGBgycjmE3fWpsKldqK+c+LR 992m51p1ZJqctInFcnp8BPMlMUBKSuGgQZ5J+V1WKxdmmINzsfS+h8EdJkvJNfGN1XYN gKWT7hWEBe/H5uTGeDrFY2fAhGgNAXD0bZtvxYrnx8dVJxfAB861iLgO60cSRylQR/+C gWwNXh2K9H+B+bKoSeTZdqf9Taf8rTV92RHyNMYvPVC52uQcYGaS6tdGawwvIqcJwRtJ g7emj8iFbVv3erLoWBBkzQk1NwjMuikWAuxlKlzxM+HSpBQqJPkLk48+2AbkdBmpGmfB 4DPw== X-Gm-Message-State: AOJu0Yz5LbdxTwzTtU13jU825ouZJZZ+/Pnn1R6nMxRVUS13q9nnXr2S rqbdtaDUCid7iHLGbycB1/w2Y0bthymsSIlwV2w3yk4m X-Google-Smtp-Source: AGHT+IFhjgDbqBYDQnOiP/C15lulIq9/IqWwA/jdW1Rd/yJHPUUdlSvmH8AzabyB1vtqZaTPU/qgvK7mju82tYmFrEE= X-Received: by 2002:a17:903:22c8:b0:1d3:d442:87ff with SMTP id y8-20020a17090322c800b001d3d44287ffmr26025131plg.2.1703901185563; Fri, 29 Dec 2023 17:53:05 -0800 (PST) MIME-Version: 1.0 Received: by 2002:a05:7300:23c5:b0:100:1989:4ecd with HTTP; Fri, 29 Dec 2023 17:53:04 -0800 (PST) In-Reply-To: References: <1214862762.3763294.1703871281266@comcenter.netcologne.de> From: hiro <23hiro@gmail.com> Date: Sat, 30 Dec 2023 02:53:04 +0100 Message-ID: To: 9front@9front.org Content-Type: text/plain; charset="UTF-8" List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: advanced stable YAML over XMPP factory deep-learning layer Subject: Re: [9front] [patch] nusb/audio /dev entries fix v2 Reply-To: 9front@9front.org Precedence: bulk > anyway, my concern about this change is that it will > break an existing usecase where when you plug in > usb soundcard that it becomes the default, > without any other action needed. IIUC this is what audiobind.rc supplied in his original mail provides. > but i really would like to preserve the property > that stuff will just freaking work. sure. sane defaults are important. but they can still be implemented in rc (in a user configurable file). > you can then change it like: > > echo dev /dev/audioUxxxx > /dev/volume > > even while audio is currently playing. yeah that is super nice.