mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-05 13:30:00 -05:00
added more documents and examples about plugins.
This commit is contained in:
parent
e1ae539931
commit
cdb9bc5139
6 changed files with 133 additions and 0 deletions
|
|
@ -632,6 +632,10 @@ int snd_pcm_dsnoop_open(snd_pcm_t **pcmp, const char *name,
|
|||
\section pcm_plugins_snoop Plugin: dsnoop
|
||||
|
||||
This plugin splits one capture stream to more.
|
||||
It works the reverse way of \ref pcm_plugins_dmix "dmix plugin",
|
||||
reading the shared capture buffer from many clients concurrently.
|
||||
The meaning of parameters below are almost identical with
|
||||
dmix plugin.
|
||||
|
||||
\code
|
||||
pcm.name {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue