mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04: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
|
|
@ -10,7 +10,7 @@ alsainclude_HEADERS = asoundlib.h asoundef.h \
|
|||
seq_event.h seq.h seqmid.h seq_midi_event.h \
|
||||
conv.h instr.h iatomic.h \
|
||||
alisp.h pcm_external.h pcm_ioplug.h pcm_extplug.h \
|
||||
control_external.h
|
||||
pcm_rate.h control_external.h
|
||||
|
||||
noinst_HEADERS = alsa sys.h search.h list.h aserver.h local.h alsa-symbols.h
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue