Mercurial > hg > svapp
annotate audioio/AudioCoreAudioTarget.cpp @ 1:97c69acdcb82
* Adjust use of target sample rate, so as to make the decision about whether
to resample or not more robust.
* Update copyrights to 2006
author | Chris Cannam |
---|---|
date | Thu, 12 Jan 2006 13:45:06 +0000 |
parents | db6fcbd4405c |
children | df5923e33d01 |
rev | line source |
---|---|
Chris@0 | 1 /* -*- c-basic-offset: 4 -*- vi:set ts=8 sts=4 sw=4: */ |
Chris@0 | 2 |
Chris@0 | 3 /* |
Chris@0 | 4 A waveform viewer and audio annotation editor. |
Chris@0 | 5 Chris Cannam, Queen Mary University of London, 2005 |
Chris@0 | 6 |
Chris@0 | 7 This is experimental software. Not for distribution. |
Chris@0 | 8 */ |
Chris@0 | 9 |
Chris@0 | 10 #ifdef HAVE_COREAUDIO |
Chris@0 | 11 |
Chris@0 | 12 #include "AudioCoreAudioTarget.h" |
Chris@0 | 13 |
Chris@0 | 14 |
Chris@0 | 15 |
Chris@0 | 16 #endif |