[linux-audio-user] [Fwd: [Alsa-devel] USB quattro testing]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a multi-part message in MIME format.
--------------000804000808010100040509
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit

I sent this to alsa-dev last night. Some of you may want to read it here 
too.

-- 
Patrick Shirkey - Boost Hardware Ltd.
Http://www.boosthardware.com
Http://www.djcj.org - The Linux Audio Users guide
========================================

Being on stage with the band in front of crowds shouting, "Get off! No! 
We want normal music!", I think that was more like acting than anything 
I've ever done.

Goldie, 8 Nov, 2002
The Scotsman

--------------000804000808010100040509
Content-Type: message/rfc822;
 name="[Alsa-devel] USB quattro testing"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="[Alsa-devel] USB quattro testing"

Return-Path: <alsa-devel-admin@xxxxxxxxxxxxxxxxxxxxx>
Received: from www2.webhosting.cx (root@localhost)
	by boosthardware.com (8.11.6/8.11.6) with ESMTP id h4RJa3i23304
	for <pshirkey@xxxxxxxxxxxxxxxxx>; Tue, 27 May 2003 21:36:03 +0200
X-ClientAddr: 66.35.250.206
Received: from sc8-sf-list2.sourceforge.net (lists.sourceforge.net [66.35.250.206])
	by www2.webhosting.cx (8.11.6/8.11.6) with ESMTP id h4RJa3N23299
	for <pshirkey@xxxxxxxxxxxxxxxxx>; Tue, 27 May 2003 21:36:03 +0200
Received: from sc8-sf-list1-b.sourceforge.net ([10.3.1.13] helo=sc8-sf-list1.sourceforge.net)
	by sc8-sf-list2.sourceforge.net with esmtp (Exim 3.31-VA-mm2 #1 (Debian))
	id 19KkDN-0005OB-00; Tue, 27 May 2003 12:34:29 -0700
Received: from www2.webhosting.cx ([207.44.198.86])
	by sc8-sf-list1.sourceforge.net with esmtp 
	(Cipher TLSv1:DES-CBC3-SHA:168) (Exim 3.31-VA-mm2 #1 (Debian))
	id 19KkC7-0007Ec-00
	for <alsa-devel@xxxxxxxxxxxxxxxxxxxxx>; Tue, 27 May 2003 12:33:11 -0700
Received: from boosthardware.com ([61.73.132.11])
	(authenticated (0 bits))
	by www2.webhosting.cx (8.11.6/8.11.6) with ESMTP id h4RJXEN22860
	for <alsa-devel@xxxxxxxxxxxxxxxxxxxxx>; Tue, 27 May 2003 21:33:14 +0200
Message-ID: <3ED3B9EA.2000500@xxxxxxxxxxxxxxxxx>
From: Patrick Shirkey <pshirkey@xxxxxxxxxxxxxxxxx>
Organization: Boost Hardware
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1) Gecko/20020826
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: alsa-devel@xxxxxxxxxxxxxxxxxxxxx
References: <E19Kdq6-0007W3-00@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Subject: [Alsa-devel] USB quattro testing
Sender: alsa-devel-admin@xxxxxxxxxxxxxxxxxxxxx
Errors-To: alsa-devel-admin@xxxxxxxxxxxxxxxxxxxxx
X-BeenThere: alsa-devel@xxxxxxxxxxxxxxxxxxxxx
X-Mailman-Version: 2.0.9-sf.net
Precedence: bulk
List-Help: <mailto:alsa-devel-request@xxxxxxxxxxxxxxxxxxxxx?subject=help>
List-Post: <mailto:alsa-devel@xxxxxxxxxxxxxxxxxxxxx>
List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/alsa-devel>,
	<mailto:alsa-devel-request@xxxxxxxxxxxxxxxxxxxxx?subject=subscribe>
List-Id: Advanced Linux Sound Architecture - Devel <alsa-devel.lists.sourceforge.net>
List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/alsa-devel>,
	<mailto:alsa-devel-request@xxxxxxxxxxxxxxxxxxxxx?subject=unsubscribe>
List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum=alsa-devel>
X-Original-Date: Wed, 28 May 2003 04:18:02 +0900
Date: Wed, 28 May 2003 04:18:02 +0900

I have been testing with an intel8x0 running into the quattro while
running all the four inputs. Input 3 and 4 started off working but after
killing off jack and rm /tmp/jack a few times it has become impossible
to get sound out of it with either alsa or jack even though the intel8x0 
was still functional.

This is the jack comandline as root with lowlatency on.

jackd -v -R -a -d alsa -d q4b -r 44100 -p 4096 -n3

Testing with jack only through i/o 3,4 I get a crystal clear sound.

The usb-audio driver has lost the ability to read the first two channels 
completely, replacing them with white noise and the multi or route 
plugins don't want to play nicely with jack even though this device is 
sample synced.

I tested recording with jackrec and got a lot of audio dropouts while
playing. I then used alsaplayer running with the input plugin and that 
was interesting. It gave the audio stream more of a pumping sound which 
was also adjustable by the pitch control so I could get a nice warped 
effect going. It wouldn't stand up to live recording but it could be fun 
to play with.

After rebooting and mounting /tmp instead of /tmp/jack (as well as 
spending two or three hours trying to get it back before hand). I am 
currently listening with ams in a direct loop and it sounds the same as 
alsaplayer input. This is a good recording of what I get using a sine 
wave through inputs 3,4 recorded with the ams wave output while using 
2in,4out.

	http://www.djcj.org/audio/test/052703-amsrec-4i2o.wav

This is with arecord -f cd for inputs 1,2:

	http://www.djcj.org/audio/test/052703-arec-2a.wav

=============
pcm.quattro {
         type multi;

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

          bindings.0.slave a;
          bindings.0.channel 0; # left
          bindings.1.slave a;
          bindings.1.channel 1; # right
          bindings.2.slave b;
          bindings.2.channel 0; # left
          bindings.3.slave b;
          bindings.3.channel 1; # right
	
}
ctl.quattro {
         type hw;
         card 2;
}

pcm.q4b {
         type route;
         slave.pcm "quattro";
         ttable.0.0 1;
         ttable.1.1 1;
         ttable.2.2 1;
         ttable.3.3 1;

}

ctl.q4b {
      type hw;
         card 2;
}
===================





-- 
Patrick Shirkey - Boost Hardware Ltd.
Http://www.boosthardware.com
Http://www.djcj.org - The Linux Audio Users guide
========================================

Being on stage with the band in front of crowds shouting, "Get off! No!
We want normal music!", I think that was more like acting than anything
I've ever done.

Goldie, 8 Nov, 2002
The Scotsman




-------------------------------------------------------
This SF.net email is sponsored by: ObjectStore.
If flattening out C++ or Java code to make your application fit in a
relational database is painful, don't do it! Check out ObjectStore.
Now part of Progress Software. http://www.objectstore.net/sourceforge
_______________________________________________
Alsa-devel mailing list
Alsa-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/alsa-devel


--------------000804000808010100040509--



[Index of Archives]     [Linux Sound]     [ALSA Users]     [Pulse Audio]     [ALSA Devel]     [Sox Users]     [Linux Media]     [Kernel]     [Photo Sharing]     [Gimp]     [Yosemite News]     [Linux Media]

  Powered by Linux