All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: 24bit format support on usb audio
       [not found] <s5hbsa8h7fa.wl@alsa2.suse.de>
@ 2002-06-29 21:28 ` Patrick Shirkey
  2002-07-01 12:53   ` Quattro pcm devices Patrick Shirkey
  0 siblings, 1 reply; 2+ messages in thread
From: Patrick Shirkey @ 2002-06-29 21:28 UTC (permalink / raw)
  To: Takashi Iwai, alsa-devel, pbd

- This is with code that Takashi sent me privately -

I did some testing earlier with playback. Using alsaplayer with alsa 
drivers I get a nice smooth stream with no dropouts.

However using the JACK plugin I get constant cracks/pops which act like 
a delay.  Any idea why that could be?

With the new code I can now hear and capture sound through the input 
channels using jack, ardour and alsaplayer. Nice :) I cannot hear the 
sound if I use the native alsa drivers. This appears to be the same 
functionality that I observed in windows using cubase and ASIO. Except I 
couldn't access the sound card in any way using the standard dohs 
drivers but using the cubase+ASIO I could record and play back. At least 
with ALSA I can get playback happening.

I now get active meters in ardour so I can adjust the levels using 
ardour mixer. I can record the signal and have made an ogg file so you 
can hear what is happening here.

http://www.boosthardware.com/LAU/

(shift+click on the quattro2.ogg file)

This works for me using xmms but alsaplayer has problems with the speed 
of playback here so if you use alsaplayer to listen to it and it seems 
out of sync that is not the problem. However Andy has tested my oggs on 
his system and has found no problems with them. YMMV.

Thanks Takashi and Paul. The combination of USB sound card and multiple 
apps interacting with each other is a huge achievement to which you both 
have contributed greatly through your tireless work on ALSA and/or JACK.

You have made my night.




-- 
Patrick Shirkey - Boost Hardware Ltd.
For the discerning hardware connoisseur
Http://www.boosthardware.com
Http://www.boosthardware.com/LAU/guide/
========================================



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
No, I will not fix your computer.
http://thinkgeek.com/sf

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Quattro pcm devices
  2002-06-29 21:28 ` 24bit format support on usb audio Patrick Shirkey
@ 2002-07-01 12:53   ` Patrick Shirkey
  0 siblings, 0 replies; 2+ messages in thread
From: Patrick Shirkey @ 2002-07-01 12:53 UTC (permalink / raw)
  Cc: alsa-devel

I'm seeing a problem with using JACK and this usb soundcard.

JACK works with this card on all pcm devices seperately but AFAICT is 
not able to access 2 pcm devices on this card at the same time.

This card has 3 stereo pcm devices.

hw:2,0 - capable of upto 16/44100

hw:2,1
hw:2,2 - capable of upto 24_3LE/96000

No matter what I try with .asoundrc I cannot get JACK to see 2 stereo 
i/o at one time. It hangs on startup.

I think it is because the devices 2,0 and 2,1 point to the same physical 
i/o channels and Jack is being blocked by ALSA from accessing them at 
the same time.

Is there anyway to change the order of the pcm devices so that

2,0 -> 2,2
2,1 -> 2,0
2,2 -> 2,1

If not is there anyway I can specify in the following that 
bindings.0.slave.a is hw:2,1 instead of hw:2,0?

----
pcm.quattro {
         type multi;

         slaves.a.pcm "hw:2,0";
         slaves.a.channels 3;


         bindings.0.slave a;
         bindings.0.channel 0;
         bindings.1.slave a;
         bindings.1.channel 1;
         bindings.2.slave a;
         bindings.2.channel 2;
	
}

ctl.quattro {
         type hw;
         card 0;
}

----

-- 
Patrick Shirkey - Boost Hardware Ltd.
For the discerning hardware connoisseur
Http://www.boosthardware.com
Http://www.boosthardware.com/LAU/guide/
========================================



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-07-01 12:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <s5hbsa8h7fa.wl@alsa2.suse.de>
2002-06-29 21:28 ` 24bit format support on usb audio Patrick Shirkey
2002-07-01 12:53   ` Quattro pcm devices Patrick Shirkey

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.