From: Hrafnkell Eiriksson <he@kvintus.dk>
To: linux-sound@vger.kernel.org
Subject: SOUND_MIXER_OUTSRC
Date: Sat, 14 Aug 1999 11:55:43 +0000 [thread overview]
Message-ID: <marc-linux-sound-93463174226469@msgid-missing> (raw)
Hi
I have a SoundBlaster 16 in my system. I'm using kernel 2.2.9
and the OSS/Free sounddriver.
I've written a program that needs to be able to disconnect the
line in input of the soundcard from the output mixer. The program
does real-time processing (or as close as you can get in the userspace
of a non realtime system :) of the line-in signal and the signal
on the soundcard output should only be the processed signal, not
the original signal too.
I use the following ioctl() to do this:
device = SOUND_MIXER_LINE;
ioctl(mixer_fd, MIXER_WRITE(SOUND_MIXER_OUTSRC), &device);
This works fine. But when checking if other soundcards supported
this feature by doing grep OUTSRC *.c in /usr/src/linux/drivers/sound/
only the files sb_mixer.c and dmasound.c contained this string.
Do soundcards generally not support this or has it just not been
implemented?
--
//-----------------------//-------------------------------------------------
// Hrafnkell Eiriksson //
// he@kvintus.dk //
// // "Blessed are they who go around in circles,
// // for they shall be known as Wheels"
reply other threads:[~1999-08-14 11:55 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=marc-linux-sound-93463174226469@msgid-missing \
--to=he@kvintus.dk \
--cc=linux-sound@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox