[LAU] How to get 64-bit Flash plugin to play through JACK2?

david gnome at hawaii.rr.com
Sat Dec 31 06:56:58 UTC 2011


Package doesn't exist in Debian Sid. Tried searching for "alsa," "alsa 
plugin," and just "plugin". Nothing like it.

Bernardo Barros wrote:
> look for a package called  alsa-plugins in your package manager. then
> the trick you tried in  ~/.asoundrc will probably work.
> 
> # convert alsa API over jack API
>     # use it with
>     # % aplay foo.wav
> 
>     # use this as default
>     pcm.!default {
>         type plug
>         slave { pcm "jack" }
>     }
> 
>     ctl.mixer0 {
>         type hw
>         card 1
>     }
> 
>     # pcm type jack
>     pcm.jack {
>         type jack
>         playback_ports {
>             0 system:playback_1
>             1 system:playback_2
>         }
>         capture_ports {
>             0 system:capture_1
>             1 system:capture_2
>         }
>     }
> 


-- 
David
gnome at hawaii.rr.com
authenticity, honesty, community


More information about the Linux-audio-user mailing list