From: stan <stanl@cox.net>
To: alsa-devel@alsa-project.org
Subject: Re: Hidden rate conversion, and Alsa configuration
Date: Fri, 27 Jul 2007 13:03:03 -0700 [thread overview]
Message-ID: <20070727130303.12367928@localhost.localdomain> (raw)
In-Reply-To: <75b66ecd0707271238p4f48cf8dhefd990d4d8c1b809@mail.gmail.com>
On Fri, 27 Jul 2007 15:38:28 -0400
"Lee Revell" <rlrevell@joe-job.com> wrote:
> On 7/27/07, stan <stanl@cox.net> wrote:
> > On Fri, 27 Jul 2007 11:59:53 -0400
> > "Lee Revell" <rlrevell@joe-job.com> wrote:
> >
> > > On 7/27/07, Alan Horstmann <gineera@aspect135.co.uk> wrote:
> > > > Could you give pointers as to how to modify Alsa configuration
> > > > so that rate conversion can never happen, as I would prefer to
> > > > have an error accessing the sound card rather than unknown
> > > > conversion, which in my use should never be neccesary anyway.
> > >
> > > Simply open the hw device rather than the default, dmix, or plughw
> > > device.
> > >
> > > Lee
> >
> > Lee,
> >
> > Are you saying that plughw *does* do hidden conversion? I thought
> > its definition was equivalent to
> >
> > newplug {
> > type plug
> > slave {
> > pcm "hw:0,0"
> > }
> > }
> >
>
> It's not "hidden" conversion, by using the plughw device you are
> explicitly asking ALSA to convert the PCM stream to a format the
> hardware supports.
>
> Lee
Thanks Lee. I didn't understand that. Does that mean that I can't use
a call like
err = snd_pcm_hw_params_set_format (alsa_dev, hw_params, SND_PCM_FORMAT_FLOAT64);
to a device opened to the hw plug if the native format is S32_LE? I'm
guessing that I have to know (or read) the internal format of the card
and send it data only in that format. I end up doing the conversion
instead of alsa unless I happen to hit a card that has the same
internal representation as I'm using.
And will plughw skip rate conversion if it is a rate the hardware
natively supports? So I could send a buffer of doubles to alsa and it
would convert it to the cards native internal representation,
but skip the rate conversion if it is a hardware supported one.
I really want to avoid rate resampling if I can, while format
conversion has to occur somewhere in order to match the hardware in
most cases. I assume that any format conversion alsa does
is at least as good as one I would do myself. While the rate
resampling can introduce throughput issues and inaccuracies in the
sound stream.
next prev parent reply other threads:[~2007-07-27 20:03 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-16 12:40 SALSA and aplay Alan Horstmann
2007-07-16 12:30 ` Takashi Iwai
2007-07-17 11:33 ` Alan Horstmann
2007-07-17 11:58 ` Takashi Iwai
2007-07-17 14:38 ` Alan Horstmann
2007-07-17 15:09 ` Takashi Iwai
2007-07-18 15:01 ` Alan Horstmann
2007-07-18 16:20 ` Alan Horstmann
2007-07-19 9:33 ` Takashi Iwai
2007-07-19 14:24 ` John Rigg
2007-07-19 14:27 ` Takashi Iwai
2007-07-19 15:40 ` John Rigg
2007-07-20 12:33 ` Hidden rate conversion, and Alsa configuration Alan Horstmann
2007-07-22 19:56 ` stan
2007-07-23 8:15 ` Jaroslav Kysela
2007-07-23 13:37 ` stan
2007-07-27 16:20 ` Alan Horstmann
2007-07-27 15:59 ` Lee Revell
2007-07-27 17:37 ` stan
2007-07-27 19:38 ` Lee Revell
2007-07-27 20:03 ` stan [this message]
2007-07-27 20:16 ` Jaroslav Kysela
2007-07-27 20:48 ` stan
2007-08-03 14:03 ` Alan Horstmann
2007-08-03 14:29 ` James Courtier-Dutton
2007-08-03 15:11 ` Takashi Iwai
2007-08-03 21:56 ` Alan Horstmann
2007-07-27 17:53 ` stan
2007-07-27 18:29 ` stan
2007-07-27 16:18 ` Takashi Iwai
2007-07-19 9:30 ` SALSA and aplay Takashi Iwai
2007-07-20 11:57 ` Alan Horstmann
2007-07-20 12:10 ` Takashi Iwai
2007-07-20 15:20 ` Alan Horstmann
2007-07-20 15:06 ` Takashi Iwai
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=20070727130303.12367928@localhost.localdomain \
--to=stanl@cox.net \
--cc=alsa-devel@alsa-project.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.