From bc1650a226a40fbf5295492f1107d6132dc2a060 Mon Sep 17 00:00:00 2001 From: Joerg Mueller Date: Thu, 4 Aug 2011 13:47:15 +0000 Subject: 3D Audio GSoC: Implementation of Julius O. Smith's resampling algorithm for high quality audio resampling. The filter currently is a sinc filter with a 0.9 cutt-off and windowed by a kaiser window (beta = 10). Also includes minor changes in the linear resampler. --- intern/audaspace/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'intern/audaspace/CMakeLists.txt') diff --git a/intern/audaspace/CMakeLists.txt b/intern/audaspace/CMakeLists.txt index 6f3d184dd0b..b08c5f62b29 100644 --- a/intern/audaspace/CMakeLists.txt +++ b/intern/audaspace/CMakeLists.txt @@ -94,6 +94,10 @@ set(SRC intern/AUD_IFactory.h intern/AUD_IHandle.h intern/AUD_IReader.h + intern/AUD_JOSResampleFactory.cpp + intern/AUD_JOSResampleFactory.h + intern/AUD_JOSResampleReader.cpp + intern/AUD_JOSResampleReader.h intern/AUD_LinearResampleFactory.cpp intern/AUD_LinearResampleFactory.h intern/AUD_LinearResampleReader.cpp -- cgit v1.2.3