comparison audioio/AudioCallbackPlaySource.h @ 17:9149ecec02fc

* A bit more work on main window / document / commands stuff. This is still pretty unstable. * Enable CSV file reader also to read files with other separators (e.g. .lab files with space separators) * Show "(R)" on waveform display when resampling during playback * Add ability to import additional audio files (can't process them yet) * Fixes to spectrogram cache for multiple views * Fix to avoid floating-point exception in sparse model when resolution not set yet
author Chris Cannam
date Mon, 06 Mar 2006 17:20:25 +0000
parents 89bb89894ad6
children c606d3ffa397
comparison
equal deleted inserted replaced
16:ba31fa322f93 17:9149ecec02fc
123 123
124 /** 124 /**
125 * Return the sample rate set by the target audio device (or the 125 * Return the sample rate set by the target audio device (or the
126 * source sample rate if the target hasn't set one). 126 * source sample rate if the target hasn't set one).
127 */ 127 */
128 size_t getTargetSampleRate() const; 128 virtual size_t getTargetSampleRate() const;
129 129
130 /** 130 /**
131 * Set the current output levels for metering (for call from the 131 * Set the current output levels for metering (for call from the
132 * target) 132 * target)
133 */ 133 */