Updated to soundtouch-1.3 (plus modifications)
authorTaybin Rutkin <taybin@taybin.com>
Wed, 18 May 2005 16:08:37 +0000 (16:08 +0000)
committerTaybin Rutkin <taybin@taybin.com>
Wed, 18 May 2005 16:08:37 +0000 (16:08 +0000)
commitfa7c141813844ce5b4c93ca126ed84ab568a2892
treeaafbf59e70135651039fffce7a2975099efcd1d6
parent90dff30cf4b3dd1d9e752754395cdaf720eeae5f
Updated to soundtouch-1.3 (plus modifications)

git-svn-id: svn://localhost/trunk/ardour2@13 d708f5d6-7413-0410-9779-e7cbd77b26cf
25 files changed:
libs/soundtouch/3dnow_win.cpp [new file with mode: 0644]
libs/soundtouch/AAFilter.cpp [new file with mode: 0644]
libs/soundtouch/AAFilter.h [new file with mode: 0644]
libs/soundtouch/BPMDetect.h [new file with mode: 0644]
libs/soundtouch/COPYING [new file with mode: 0644]
libs/soundtouch/FIFOSampleBuffer.cpp [new file with mode: 0644]
libs/soundtouch/FIFOSampleBuffer.h [new file with mode: 0644]
libs/soundtouch/FIFOSamplePipe.h [new file with mode: 0644]
libs/soundtouch/FIRFilter.cpp [new file with mode: 0644]
libs/soundtouch/FIRFilter.h [new file with mode: 0644]
libs/soundtouch/README [new file with mode: 0644]
libs/soundtouch/RateTransposer.cpp [new file with mode: 0644]
libs/soundtouch/RateTransposer.h [new file with mode: 0644]
libs/soundtouch/SConscript [new file with mode: 0644]
libs/soundtouch/STTypes.h [new file with mode: 0644]
libs/soundtouch/SoundTouch.cpp [new file with mode: 0644]
libs/soundtouch/SoundTouch.h [new file with mode: 0644]
libs/soundtouch/TDStretch.cpp [new file with mode: 0644]
libs/soundtouch/TDStretch.h [new file with mode: 0644]
libs/soundtouch/cpu_detect.h [new file with mode: 0644]
libs/soundtouch/cpu_detect_x86_gcc.cpp [new file with mode: 0644]
libs/soundtouch/cpu_detect_x86_win.cpp [new file with mode: 0644]
libs/soundtouch/mmx_gcc.cpp [new file with mode: 0644]
libs/soundtouch/mmx_win.cpp [new file with mode: 0644]
libs/soundtouch/sse_win.cpp [new file with mode: 0644]