mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-06 13:29:59 -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
|
|
@ -1503,6 +1503,10 @@ the channel zero is used with first client, the channel cannot be used with
|
|||
second one. If you are looking for a mixing plugin, use the
|
||||
\ref pcm_plugins_dmix "dmix plugin".
|
||||
|
||||
The difference from \ref pcm_plugins_dshare "dshare plugin" is that
|
||||
share plugin requires the server program "aserver", while dshare plugin
|
||||
doesn't need the explicit server but access to the shared buffer.
|
||||
|
||||
\code
|
||||
pcm.name {
|
||||
type share # Share PCM
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue