From gd78059@sac.sfbay.sun.com Fri Nov 13 19:17:05 2009
Received: from sunmail4.singapore.sun.com (sunmail4.Singapore.Sun.COM [129.158.71.19])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id nAE3H46F008779
	for <psarc-ext@sac.sfbay.sun.com>; Fri, 13 Nov 2009 19:17:04 -0800 (PST)
Received: from nwk-avmta-2.sfbay.sun.com (nwk-avmta-2.SFBay.Sun.COM [129.145.155.6])
	by sunmail4.singapore.sun.com (8.13.4+Sun/8.13.3/ENSMAIL,v2.2) with ESMTP id nAE3GxUt008124;
	Sat, 14 Nov 2009 11:17:02 +0800 (SGT)
Received: from pmxchannel-daemon.nwk-avmta-2.sfbay.sun.com by
 nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KT200701X4CQV00@nwk-avmta-2.sfbay.sun.com>; Fri,
 13 Nov 2009 19:17:00 -0800 (PST)
Received: from dm-sfbay-02.sfbay.sun.com ([129.146.11.31])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KT2005APX4CH840@nwk-avmta-2.sfbay.sun.com>; Fri,
 13 Nov 2009 19:17:00 -0800 (PST)
Received: from sac.sfbay.sun.com (sac.SFBay.Sun.COM [129.146.226.132])
	by dm-sfbay-02.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.4)
 with ESMTP id nAE3H0Hj026759; Fri, 13 Nov 2009 19:17:00 -0800 (PST)
Received: from sac.sfbay.sun.com (localhost [127.0.0.1])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id nAE3GulC008774; Fri,
 13 Nov 2009 19:16:56 -0800 (PST)
Received: (from gd78059@localhost)
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8/Submit) id nAE3Gu9V008770; Fri,
 13 Nov 2009 19:16:56 -0800 (PST)
Date: Fri, 13 Nov 2009 19:16:56 -0800 (PST)
From: "Garrett D'Amore - sun microsystems" <gd78059@sac.sfbay.sun.com>
Subject: audiotest improvements [PSARC/2009/627 Self Review]
To: PSARC-ext@sun.com
Cc: audio-oss-ext@sun.com
Message-id: <200911140316.nAE3Gu9V008770@sac.sfbay.sun.com>
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
Status: RO
Content-Length: 1986

Although the following case adds new switches, it does so in what I believe
to be an obvious and very non-controversial manner.  If anyone feels this
really warrants a fast track, please feel free to promote it; its unlikely
that I"ll be filing an RTI on this before Wednesday.

Template Version: @(#)sac_nextcase 1.68 02/23/09 SMI
This information is Copyright 2009 Sun Microsystems
1. Introduction
    1.1. Project/Component Working Name:
	 audiotest improvements
    1.2. Name of Document Author/Supplier:
	 Author:  Garrett D'Amore
    1.3  Date of This Document:
	13 November, 2009
4. Technical Description
audiotest new option
--------------------

When using audiotest, it is sometimes desirable to test just a specific
channel.  Also, the current music sample used could be replaced with spoken
text identifying a channel, such "side left", or "front center".  This would
make using this test to properly configure audio speakers a lot eaiser.

We therefore propose to add the following switches to audiotest:

	-c <channel>

		Test the numbered channed, which must have a value from
		1 to 8.  Channels follow the Microsoft standard for 
		multichannel WAV ordering, although some channels will not
		be present.

	-w
		Use WAV files for each channel.  The wav files are
		read from "/usr/share/audiotest/locale/<file>.wav
		Valid filenames are

			FL.wav	Front Left
			FR.wav	Front Right
			FC.wav	Front Center
			LF.wav	Low Frequency
			BL.wav	Back Left
			BR.wav	Back Right
			SL.wav	Side Left
			SR.wav	Side Right

The same names as used for the descriptive file names will be used in
the human readable output, and except for the Low Frequency channe, 
be heard in the appropriate spoken language for the locale.  (The
LF channel will be identified audibily using a low frequency tone.)

6. Resources and Schedule
    6.4. Steering Committee requested information
   	6.4.1. Consolidation C-team Name:
		ON
    6.5. ARC review type: Automatic
    6.6. ARC Exposure: open


