Re: [Alsa-user] how to automatically detect and use connected usb audio devices

2019-10-11 Thread Bourne Without
On Thu, Oct 10, 2019, at 11:31, Mgr. Janusz Chmiel wrote: > Oh I AM so happy. > If somebody here know about some script on The net or if somebody would be > so much kind that he could create this script also for other users of ALSA > here, it would be excellent. > Script should run in background.

Re: [Alsa-user] how to automatically detect and use connected usb audio devices

2019-10-10 Thread Mgr. Janusz Chmiel
Oh I AM so happy. If somebody here know about some script on The net or if somebody would be so much kind that he could create this script also for other users of ALSA here, it would be excellent. Script should run in background. And if new device will be connected, it should start or restart A

Re: [Alsa-user] how to automatically detect and use connected usb audio devices

2019-10-10 Thread Paul DeRocco
> From: Mgr. Janusz Chmiel [mailto:janusz.chm...@volny.cz] > > So if I understood yours well, fully automatic switching is > not directly > supported by The ALSA. And very probably, there is currently > no free or > opensource solution for ALSA Linux user than manually finding > name of USB

Re: [Alsa-user] how to automatically detect and use connected usb audio devices

2019-10-10 Thread Mgr. Janusz Chmiel
So if I understood yours well, fully automatic switching is not directly supported by The ALSA. And very probably, there is currently no free or opensource solution for ALSA Linux user than manually finding name of USB connected device and switching to it. It would be very interesting programme

Re: [Alsa-user] how to automatically detect and use connected usb audio devices

2019-10-09 Thread frederik
Usually USB audio devices are detected by the kernel and appear as ALSA devices. You can get a list of your devices with `aplay -l` or `arecord -l`, or look in /proc/asound/. On Wed, Oct 09, 2019 at 08:46:13PM +0200, Mgr. Janusz Chmiel wrote: Please, does somebody of us know, if is it possibl