Tascam US-122L -- how to configure S24_3LE sample format?

This section is now closed.
Forum rules
Audacity 1.3.x is now obsolete. Please use the current Audacity 2.x.x package for your distribution or compile Audacity from the source code.
Locked
joeyh
Posts: 1
Joined: Sun Jul 12, 2009 11:58 pm
Operating System: Please select

Tascam US-122L -- how to configure S24_3LE sample format?

Post by joeyh » Mon Jul 13, 2009 12:28 am

Trying to help a friend get his Tascam US-122L working with audacity.

He has audacity 1.3.7, alsa-base 1.0.20, linux 2.6.30. alsa can see the USB audio device and I can record at the command line using this:

"arecord -MDusb_stream:1 -fS24_3LE -r44100 -c2 --period-size=640"

However, when I configure audacity to use this device, it fails to record,
logging:

Couldn't configure usb_stream
: Invalid argument

IIRC I get the same error message from arecord if I leave off the -f parameter. I have audacity configured to record at rate 44100, and 24 bit, but it does not offer exactly the S24_3LE sample format (whatever
that is), and that seems to be the one needed by the Tascam.

Just to be complete, here is the .asoundrc I'm using with the Tascam:

pcm.!usb_stream {
@args [ CARD ]
@args.CARD {
type string
default "1"
}

type usb_stream

card $CARD
}

steve
Site Admin
Posts: 81653
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: Tascam US-122L -- how to configure S24_3LE sample format

Post by steve » Thu Oct 29, 2009 12:26 pm

Try using Audacity 1.3.10 from cvs. This may help as there have been several improvement since 1.3.7 (sorry - no guarantees)
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

Locked