On 18 May 2015 at 19:54, <[email protected]> wrote:
>
> Hi,
>
> From time to time I come across software, which directly wants
> to talks to good ole' alsa and get kicked by Sensei Jack D. for accessing
> a device, which already is occupied by him...
>
> Is there any way to go or any software to install which enables me to use
> Jack D.'ed software and alsa-acessing without shutting down and
> restarting that grandmaster Jack D. ?
>
> Thanks a lot for any Koan, which will light up my darkened ears!
> Best regards,
> Meino
>
>
>

And so the wise ~/.asoundrc thus spake:


## http://jackaudio.org/faq/routing_alsa.html
## http://www.alsa-project.org/main/index.php/Asoundrc
pcm.jackplug {
        type plug
        slave { pcm "rawjack" }
        hint { description "JACK Audio Connection Kit" }
}
pcm.rawjack {
        type jack
        playback_ports {
                0 system:playback_1
                1 system:playback_2
        }
        capture_ports {
                0 system:capture_1
                1 system:capture_2
        }
}


-- Emanuele Rusconi

Reply via email to