]> git.alsa-project.org Git - alsa-plugins.git/commit
samplerate: Support multiple formats
authorTakashi Iwai <tiwai@suse.de>
Thu, 17 Jun 2021 09:03:04 +0000 (11:03 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 17 Jun 2021 10:14:41 +0000 (12:14 +0200)
commitfcdff93e1af1c05824431e395b5fa91b99d4ee23
tree7ed5a8e4262268604220a06e7710a812787a926b
parent7564ceb939681fa64b5df196c35f31065f58a5e9
samplerate: Support multiple formats

Now that ALSA rate plugin core allows each rate plugin dealing with
multiple formats, this patch extends the libsamplerate plugin to
accept more formats, namely, S16 and S32.  The code has been carefully
modified so that it should still be compilable with old alsa-lib.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
rate/rate_samplerate.c