Mercurial > hg > svapp
view audioio/audioio.pro @ 90:db267a315058
* Make alignment plugin configurable through settings file, even though it
isn't yet available in the preferences GUI
author | Chris Cannam |
---|---|
date | Thu, 07 Feb 2008 12:35:08 +0000 |
parents | eeb48693db96 |
children | 9fc4b256c283 |
line wrap: on
line source
TEMPLATE = lib SV_UNIT_PACKAGES = fftw3f samplerate jack portaudio rubberband load(../sv.prf) CONFIG += sv staticlib qt thread warn_on stl rtti exceptions TARGET = svaudioio DEPENDPATH += .. INCLUDEPATH += . .. OBJECTS_DIR = tmp_obj MOC_DIR = tmp_moc HEADERS += AudioCallbackPlaySource.h \ AudioCallbackPlayTarget.h \ AudioCoreAudioTarget.h \ AudioGenerator.h \ AudioJACKTarget.h \ AudioPortAudioTarget.h \ AudioTargetFactory.h \ PhaseVocoderTimeStretcher.h \ PlaySpeedRangeMapper.h SOURCES += AudioCallbackPlaySource.cpp \ AudioCallbackPlayTarget.cpp \ AudioCoreAudioTarget.cpp \ AudioGenerator.cpp \ AudioJACKTarget.cpp \ AudioPortAudioTarget.cpp \ AudioTargetFactory.cpp \ PhaseVocoderTimeStretcher.cpp \ PlaySpeedRangeMapper.cpp