pcm/PcmConvert: move code to new class PcmFormatConverter

This commit is contained in:
Max Kellermann
2013-11-29 21:39:53 +01:00
parent 3a666702af
commit 0eefc7a43c
5 changed files with 244 additions and 68 deletions
+1
View File
@@ -337,6 +337,7 @@ libpcm_a_SOURCES = \
src/pcm/PcmChannels.cxx src/pcm/PcmChannels.hxx \
src/pcm/PcmPack.cxx src/pcm/PcmPack.hxx \
src/pcm/PcmFormat.cxx src/pcm/PcmFormat.hxx \
src/pcm/FormatConverter.cxx src/pcm/FormatConverter.hxx \
src/pcm/PcmResample.cxx src/pcm/PcmResample.hxx \
src/pcm/PcmResampleFallback.cxx \
src/pcm/PcmResampleInternal.hxx \