view audioio/audioio.pro @ 70:716e9d2f91c7

* Skip ID3 block when reading MP3 files (so long as ID3 support is included) * Show progress when retrieving audio file from playlist * Avoid -- but do not actually fix -- segmentation fault on exit. I am totally stumped at the moment about why both the PA and JACK audio targets should crash when properly shut down. For the moment, we just don't shut them down... * Fix incorrect behaviour (introduced on Friday as part of a different fix) when replacing main model in situation where no current main model exists
author Chris Cannam
date Fri, 30 Nov 2007 17:31:09 +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