Ralphy, thank you for the information on adding to the .asoundrc

i have 2 different USB Audio devices, i know from specifications that 1
of the cards supports up to 48kHz and is at least 16bit, so it should
work.

aplay -l shows the USB device as Card 1 and there is only 1 device "0"

So i added the info to the .asoundrc first (changed the hw to hw:1,0),
but still it doesn't show up in squeezeslave -L then i tried to add is
to /etc/asound.conf and same thing. Am i using the wrong hw data?


Code:
--------------------
    # dmix must attach to the hw device :(
  pcm.dmix-digital-hw {
  type dmix
  ipc_key 1235
  slave {
  pcm "hw:1,0"
  period_time 0
  period_size 1024
  buffer_size 8192
  rate 44100
  }
  }
--------------------


then you said use squeezeslave -o to play through this device, it
should first show up in squeezeslave -L, am i correct?

if i would only use 1 usb device it would work because i can make the
usb the default card and use the internal for squeezeslave, but this
defeats the purpose of what i'm trying to do (running multiple
instances on multiple usb audio cards)

Really appreciate the help on this,

Richard


-- 
rperre
------------------------------------------------------------------------
rperre's Profile: http://forums.slimdevices.com/member.php?userid=37286
View this thread: http://forums.slimdevices.com/showthread.php?t=63966

_______________________________________________
discuss mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/discuss

Reply via email to