view audioio/audioio.pro @ 191:3bd87e04f060

* Move query for latency and other stream attributes from contextStateChanged to streamStateChanged (they did not work previously, as they were trying to query the stream too soon)
author Chris Cannam
date Tue, 15 Jun 2010 11:36:02 +0000
parents e96f563b1cfd
children
line wrap: on
line source
TEMPLATE = lib

SV_UNIT_PACKAGES = fftw3f samplerate jack portaudio-2.0 libpulse rubberband
load(../prf/sv.prf)

CONFIG += sv staticlib qt thread warn_on stl rtti exceptions
QT -= gui

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 \
           AudioPulseAudioTarget.h \
           AudioTargetFactory.h \
           PlaySpeedRangeMapper.h
SOURCES += AudioCallbackPlaySource.cpp \
           AudioCallbackPlayTarget.cpp \
           AudioCoreAudioTarget.cpp \
           AudioGenerator.cpp \
           AudioJACKTarget.cpp \
           AudioPortAudioTarget.cpp \
           AudioPulseAudioTarget.cpp \
           AudioTargetFactory.cpp \
           PlaySpeedRangeMapper.cpp