* What are the "plugins" in alsa-plugins useful for?
@ 2005-03-27 8:23 Thomas Hood
2005-03-29 14:31 ` Takashi Iwai
0 siblings, 1 reply; 4+ messages in thread
From: Thomas Hood @ 2005-03-27 8:23 UTC (permalink / raw)
To: alsa-devel
What are the "plugins" in alsa-plugins actually useful for?
--
Thomas Hood <jdthood@yahoo.co.uk>
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: What are the "plugins" in alsa-plugins useful for?
2005-03-27 8:23 What are the "plugins" in alsa-plugins useful for? Thomas Hood
@ 2005-03-29 14:31 ` Takashi Iwai
2005-03-29 15:25 ` Thomas Hood
0 siblings, 1 reply; 4+ messages in thread
From: Takashi Iwai @ 2005-03-29 14:31 UTC (permalink / raw)
To: Thomas Hood; +Cc: alsa-devel
At Sun, 27 Mar 2005 10:23:37 +0200,
Thomas Hood wrote:
>
> What are the "plugins" in alsa-plugins actually useful for?
I don't understand the question quite well...
Do you mean the purposes of plugins included in alsa-plugins package?
If yes: The jack plugin was formerly in alsa-lib. The oss plugin is
the plugin to emulate ALSA API on OSS drivers.
READMEs are missing there...
Takashi
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: What are the "plugins" in alsa-plugins useful for?
2005-03-29 14:31 ` Takashi Iwai
@ 2005-03-29 15:25 ` Thomas Hood
2005-03-29 14:51 ` Takashi Iwai
0 siblings, 1 reply; 4+ messages in thread
From: Thomas Hood @ 2005-03-29 15:25 UTC (permalink / raw)
To: alsa-devel
On Tue, 2005-03-29 at 16:31 +0200, Takashi Iwai wrote:
> Do you mean the purposes of plugins included in alsa-plugins package?
>
> If yes: The jack plugin was formerly in alsa-lib.
Yes, but what does this plugin do? Does it allow jackd to be used as if
it were a device? I.e.,
application with ALSA output -> libasound -> jack
?
I assume so because jackd has its own plugin for sending output to ALSA
(i.e., in the opposite direction).
> The oss plugin is the plugin to emulate ALSA API on OSS drivers.
I.e.,
application with ALSA output -> libasound -> OSS device
?
Second, how does one use these plugins? Can you provide an
example .asoundrc file?
--
Thomas Hood <jdthood@yahoo.co.uk>
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: What are the "plugins" in alsa-plugins useful for?
2005-03-29 15:25 ` Thomas Hood
@ 2005-03-29 14:51 ` Takashi Iwai
0 siblings, 0 replies; 4+ messages in thread
From: Takashi Iwai @ 2005-03-29 14:51 UTC (permalink / raw)
To: Thomas Hood; +Cc: alsa-devel
At Tue, 29 Mar 2005 17:25:11 +0200,
Thomas Hood wrote:
>
> On Tue, 2005-03-29 at 16:31 +0200, Takashi Iwai wrote:
> > Do you mean the purposes of plugins included in alsa-plugins package?
> >
> > If yes: The jack plugin was formerly in alsa-lib.
>
>
> Yes, but what does this plugin do? Does it allow jackd to be used as if
> it were a device? I.e.,
>
> application with ALSA output -> libasound -> jack
>
> ?
Yes. And vice versa for capture.
> I assume so because jackd has its own plugin for sending output to ALSA
> (i.e., in the opposite direction).
>
>
> > The oss plugin is the plugin to emulate ALSA API on OSS drivers.
>
>
> I.e.,
>
> application with ALSA output -> libasound -> OSS device
>
> ?
Yes, exactly.
> Second, how does one use these plugins? Can you provide an
> example .asoundrc file?
Specify "jack" or "oss" pcm type after installing these plugins.
For example,
pcm.jack {
type jack
playback_ports {
0 alsa_pcm:playback_1
1 alsa_pcm:playback_1
}
}
pcm.oss {
type oss
device /dev/dsp
}
Then use like
% aplay -Dplug:jack foo.wav
Takashi
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2005-03-29 15:25 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-27 8:23 What are the "plugins" in alsa-plugins useful for? Thomas Hood
2005-03-29 14:31 ` Takashi Iwai
2005-03-29 15:25 ` Thomas Hood
2005-03-29 14:51 ` Takashi Iwai
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.