From: Clemens Ladisch <clemens@ladisch.de>
To: Dolevo Jay <cmst@live.com>,
"alsa-devel@alsa-project.org" <alsa-devel@alsa-project.org>
Subject: Re: How to apply rate conversion in asound.conf
Date: Wed, 06 Nov 2013 17:30:25 +0100 [thread overview]
Message-ID: <527A6EA1.4080909@ladisch.de> (raw)
In-Reply-To: <DUB122-W45C29A2FD0EE3B2FC1A459AAF00@phx.gbl>
Dolevo Jay wrote:
> pcm.!default {
> type plug
> slave.pcm multi
> }
>
> pcm.multi {
> slaves.a.pcm "hw:0,1";
> slaves.b.pcm "hw:1,1";
> ...
>
> My purpose is to apply rate conversion to the "hw:1,1" and have 44100 rate
> out.
All slaves must use the same rate.
The easiest way is apply this to the plug plugin:
pcm.!default {
type plug
slave {
pcm multi
rate 44100
}
}
Regards,
Clemens
next prev parent reply other threads:[~2013-11-06 16:30 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-06 15:02 How to apply rate conversion in asound.conf Dolevo Jay
2013-11-06 16:30 ` Clemens Ladisch [this message]
[not found] ` <DUB122-W390A38324ACF50DA28405BAAF20@phx.gbl>
2013-11-08 14:15 ` Dolevo Jay
2013-11-12 9:02 ` Dolevo Jay
2013-11-12 10:00 ` 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=527A6EA1.4080909@ladisch.de \
--to=clemens@ladisch.de \
--cc=alsa-devel@alsa-project.org \
--cc=cmst@live.com \
/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.