mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-24 07:00:01 -05:00
Create rate converter plugin SDK
Created a new rate converter plugin SDK. A rate converter can be replaced as an extra plugin now. The default rate converter is a built-in linear converter. You can find a sample external converter in alsa-plugins package.
This commit is contained in:
parent
8f605df24a
commit
33d69ef33b
8 changed files with 879 additions and 461 deletions
|
|
@ -29,7 +29,7 @@ if BUILD_PCM_PLUGIN_ADPCM
|
|||
libpcm_la_SOURCES += pcm_adpcm.c
|
||||
endif
|
||||
if BUILD_PCM_PLUGIN_RATE
|
||||
libpcm_la_SOURCES += pcm_rate.c
|
||||
libpcm_la_SOURCES += pcm_rate.c pcm_rate_linear.c
|
||||
endif
|
||||
if BUILD_PCM_PLUGIN_PLUG
|
||||
libpcm_la_SOURCES += pcm_plug.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue