mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-12-16 08:56:42 -05:00
Add filter-type external plugin SDK
Added the SDK for filter-type PCM plugins. Share some codes with ioplug.
This commit is contained in:
parent
4ea51d8201
commit
5eb794fe0b
9 changed files with 672 additions and 137 deletions
|
|
@ -360,7 +360,9 @@ enum _snd_pcm_type {
|
|||
SND_PCM_TYPE_SOFTVOL,
|
||||
/** External I/O plugin */
|
||||
SND_PCM_TYPE_IOPLUG,
|
||||
SND_PCM_TYPE_LAST = SND_PCM_TYPE_IOPLUG
|
||||
/** External filter plugin */
|
||||
SND_PCM_TYPE_EXTPLUG,
|
||||
SND_PCM_TYPE_LAST = SND_PCM_TYPE_EXTPLUG
|
||||
};
|
||||
|
||||
/** PCM type */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue