copy from vendor branch, v1.0
authorPaul Davis <paul@linuxaudiosystems.com>
Tue, 11 Dec 2007 15:26:55 +0000 (15:26 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Tue, 11 Dec 2007 15:26:55 +0000 (15:26 +0000)
commitea99cb0d6bd71623a0cc37ad524f6cbb18d28e87
treeb4ef2c4d945829258f709ed8f323ba85c593fd57
parentc142508df6c3d3f9c27eaf2d52c0a831c57b598c
copy from vendor branch, v1.0

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2775 d708f5d6-7413-0410-9779-e7cbd77b26cf
47 files changed:
libs/rubberband/COPYING [new file with mode: 0644]
libs/rubberband/Makefile.in [new file with mode: 0644]
libs/rubberband/README [new file with mode: 0644]
libs/rubberband/configure [new file with mode: 0755]
libs/rubberband/configure.ac [new file with mode: 0644]
libs/rubberband/misc/Makefile.osx [new file with mode: 0644]
libs/rubberband/rubberband.pc.in [new file with mode: 0644]
libs/rubberband/rubberband/RubberBandStretcher.h [new file with mode: 0644]
libs/rubberband/rubberband/TimeStretcher.h [new file with mode: 0644]
libs/rubberband/src/AudioCurve.cpp [new file with mode: 0644]
libs/rubberband/src/AudioCurve.h [new file with mode: 0644]
libs/rubberband/src/ConstantAudioCurve.cpp [new file with mode: 0644]
libs/rubberband/src/ConstantAudioCurve.h [new file with mode: 0644]
libs/rubberband/src/FFT.cpp [new file with mode: 0644]
libs/rubberband/src/FFT.h [new file with mode: 0644]
libs/rubberband/src/HighFrequencyAudioCurve.cpp [new file with mode: 0644]
libs/rubberband/src/HighFrequencyAudioCurve.h [new file with mode: 0644]
libs/rubberband/src/PercussiveAudioCurve.cpp [new file with mode: 0644]
libs/rubberband/src/PercussiveAudioCurve.h [new file with mode: 0644]
libs/rubberband/src/Resampler.cpp [new file with mode: 0644]
libs/rubberband/src/Resampler.h [new file with mode: 0644]
libs/rubberband/src/RingBuffer.h [new file with mode: 0644]
libs/rubberband/src/RubberBandStretcher.cpp [new file with mode: 0644]
libs/rubberband/src/Scavenger.h [new file with mode: 0644]
libs/rubberband/src/SpectralDifferenceAudioCurve.cpp [new file with mode: 0644]
libs/rubberband/src/SpectralDifferenceAudioCurve.h [new file with mode: 0644]
libs/rubberband/src/StretchCalculator.cpp [new file with mode: 0644]
libs/rubberband/src/StretchCalculator.h [new file with mode: 0644]
libs/rubberband/src/StretcherChannelData.cpp [new file with mode: 0644]
libs/rubberband/src/StretcherChannelData.h [new file with mode: 0644]
libs/rubberband/src/StretcherImpl.cpp [new file with mode: 0644]
libs/rubberband/src/StretcherImpl.h [new file with mode: 0644]
libs/rubberband/src/StretcherProcess.cpp [new file with mode: 0644]
libs/rubberband/src/Thread.cpp [new file with mode: 0644]
libs/rubberband/src/Thread.h [new file with mode: 0644]
libs/rubberband/src/Window.h [new file with mode: 0644]
libs/rubberband/src/ladspa/RubberBandPitchShifter.cpp [new file with mode: 0644]
libs/rubberband/src/ladspa/RubberBandPitchShifter.h [new file with mode: 0644]
libs/rubberband/src/ladspa/ladspa-rubberband.cat [new file with mode: 0644]
libs/rubberband/src/ladspa/libmain.cpp [new file with mode: 0644]
libs/rubberband/src/main.cpp [new file with mode: 0644]
libs/rubberband/src/sysutils.cpp [new file with mode: 0644]
libs/rubberband/src/sysutils.h [new file with mode: 0644]
libs/rubberband/src/vamp/RubberBandVampPlugin.cpp [new file with mode: 0644]
libs/rubberband/src/vamp/RubberBandVampPlugin.h [new file with mode: 0644]
libs/rubberband/src/vamp/libmain.cpp [new file with mode: 0644]
libs/rubberband/src/vamp/vamp-rubberband.cat [new file with mode: 0644]