Other infos...

Reading somewhere on the web

The device presents four stereo pairs by default; use the following ALSA
devices:
- plughw:Audio8DJ,0,0
- plughw:Audio8DJ,0,1
- plughw:Audio8DJ,0,2
- plughw:AUdio8DJ,0,3

This guy use the following .asoundrc to use it with Jack

#
# Native Instruments Audio 8 DJ
#

# All channels as one device (eg. for use with JACK)

pcm.a8dj_full {
type multi

slaves.a { pcm "hw:Audio8DJ,0,0"; channels 2 }
slaves.b { pcm "hw:Audio8DJ,0,1"; channels 2 }
slaves.c { pcm "hw:Audio8DJ,0,2"; channels 2 }
slaves.d { pcm "hw:Audio8DJ,0,3"; channels 2 }

bindings.0 { slave a; channel 0 }
bindings.1 { slave a; channel 1 }
bindings.2 { slave b; channel 0 }
bindings.3 { slave b; channel 1 }
bindings.4 { slave c; channel 0 }
bindings.5 { slave c; channel 1 }
bindings.6 { slave d; channel 0 }
bindings.7 { slave d; channel 1 }
}

# A dummy control device to keep JACK happy

ctl.a8dj_full {
type hw
card 0
}

Can I do anything like this? I never understood difference between hw,
plughw, etc...  :-(

pcm.rd0 {
  type plughw
  card Audio8DJ
  device 0,1
}
ctl.rd0 {
  type plughw
  card Audio8DJ
}


2013/10/23 Alessio Elmi <[email protected]>

> Hi everybody.
> Anyone has experience with that card in Rivendell? It is reported to be
> ALSA compatible and actually it is. I could easily use VLC with all 4
> output channels.
> Rivendell refuses to take that card. I think using JACK could be an option
> but I'd like use straight ALSA.
> Any advice?
>
> Alessio
>
_______________________________________________
Rivendell-dev mailing list
[email protected]
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev

Reply via email to