audio-converter: add resampler
authorWim Taymans <wtaymans@redhat.com>
Fri, 13 Nov 2015 14:32:29 +0000 (15:32 +0100)
committerWim Taymans <wtaymans@redhat.com>
Mon, 28 Mar 2016 11:13:59 +0000 (13:13 +0200)
commit75d668e152122f0039c7573c7c52ee6fa95371ce
treedbfad3e62ba4ff214a1106ae50e9dc68b8693c7e
parent5cc88fe610daacebcbd8774fba4f1442d01ed5ba
audio-converter: add resampler

Add a resampler to the processing chain when needed.
port the audio resampler to the new audioconverter library
25 files changed:
gst-libs/gst/audio/Makefile.am
gst-libs/gst/audio/audio-converter.c
gst-libs/gst/audio/audio-converter.h
gst-libs/gst/audio/audio-resampler-core.h [new file with mode: 0644]
gst-libs/gst/audio/audio-resampler.c [new file with mode: 0644]
gst-libs/gst/audio/audio-resampler.h [new file with mode: 0644]
gst-libs/gst/audio/audio.h
gst-libs/gst/audio/dbesi0.c [new file with mode: 0644]
gst/audioresample/Makefile.am
gst/audioresample/arch.h [deleted file]
gst/audioresample/fixed_arm4.h [deleted file]
gst/audioresample/fixed_arm5e.h [deleted file]
gst/audioresample/fixed_bfin.h [deleted file]
gst/audioresample/fixed_debug.h [deleted file]
gst/audioresample/fixed_generic.h [deleted file]
gst/audioresample/gstaudioresample.c
gst/audioresample/gstaudioresample.h
gst/audioresample/resample.c [deleted file]
gst/audioresample/resample_neon.h [deleted file]
gst/audioresample/resample_sse.h [deleted file]
gst/audioresample/speex_resampler.h [deleted file]
gst/audioresample/speex_resampler_double.c [deleted file]
gst/audioresample/speex_resampler_float.c [deleted file]
gst/audioresample/speex_resampler_int.c [deleted file]
gst/audioresample/speex_resampler_wrapper.h [deleted file]