From: Stefan Schoenleitner <dev.c0debabe@gmail.com>
To: "alsa-devel@alsa-project.org" <alsa-devel@alsa-project.org>
Subject: ALSA application programming: route audio from one PCM to another
Date: Tue, 13 Apr 2010 17:23:32 +0200 [thread overview]
Message-ID: <4BC48C74.5010102@gmail.com> (raw)
Hi,
I finally managed to write an ALSA I/O plugin that does what I want.
The plugin supports both playback and capture.
Now I would like to write a simple audio application that takes audio
samples
* from the microphone and plays it back on my plugin
and
* from the plugin (capture) and plays it back on the speakers
Hence as long as the application is running, it should do the above.
* Is there a special ALSA way to route audio from one PCM to another ?
* If not, I suppose it would just work if I open the plugin PCM and the
hw PCM at the same time and copy audio frames between them ?
cheers,
stefan
next reply other threads:[~2010-04-13 15:23 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-04-13 15:23 Stefan Schoenleitner [this message]
2010-04-13 16:23 ` ALSA application programming: route audio from one PCM to another Colin Guthrie
2010-04-14 8:44 ` Stefan Schoenleitner
2010-04-14 9:00 ` Colin Guthrie
2010-04-14 9:36 ` Stefan Schoenleitner
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=4BC48C74.5010102@gmail.com \
--to=dev.c0debabe@gmail.com \
--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.