From: Pierre-Antoine Champin <pierre-antoine.champin@liris.cnrs.fr>
To: alsa-devel@alsa-project.org, alsa-user@alsa-projet.org
Subject: M-Audio Audiophile USB
Date: Mon, 22 Aug 2005 17:36:28 +0200 [thread overview]
Message-ID: <4309F0FC.9090209@liris.cnrs.fr> (raw)
[-- Attachment #1: Type: text/plain, Size: 1539 bytes --]
Hi alsa people,
I bought an M-Audio Audiophile USB external sound interface, but I have
some problems to make it work properly: when recording audio, the signal
I get is completely saturated. Googling around didn't help much, so my
question is:
- to alsa-user: is anyone owning such a card and having it work? If so,
what is your configuration?
- to alsa-devel: what is the known level of support for this card? if it
is known to work 100%, what may I be doing wrong? if not, how may I help
fix it (see below)?
I may have found the solution, though:
when I record a raw file with
arecord -D hw:3 -t raw -c 2 -r 48000 -f S24_3BE >foo.raw
and play it with the same option, I get the saturated sound, as I wrote.
However, if I change the order of each 3-uple of bytes like that
a,b,c -> c,a,b
and play the resulting file with the options above, it sounds good.
So I guess that the card has uses format S24_3BE for output, but *not*
for input; it uses instead some hybrid format, for which the conversion
to low endian would be:
a,b,c -> b,a,c
Unfortunately, I'm not familiar enough with driver development to be
able to fix it right away, so I prefer to submit it on the list first.
I'm able to code, though, so with a few pointers, I may be able to do
it. I'm just not sure which is the most time consuming for a
knowledgeable developer: doing it or helping me into doing it ;)
thanks in advance
pA
PS: I'm using a Debian (testing) distriburion, with kernel 2.6.10
(I also tried with Agnula Demudi, based on 2.6.12)
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 256 bytes --]
next reply other threads:[~2005-08-22 15:34 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-08-22 15:36 Pierre-Antoine Champin [this message]
2005-08-22 16:04 ` M-Audio Audiophile USB Clemens Ladisch
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4309F0FC.9090209@liris.cnrs.fr \
--to=pierre-antoine.champin@liris.cnrs.fr \
--cc=alsa-devel@alsa-project.org \
--cc=alsa-user@alsa-projet.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.