comparison view/ViewManager.h @ 1182:6605984fa98f 3.0-integration

Merge from branch bqresample
author Chris Cannam
date Fri, 09 Dec 2016 18:01:55 +0000
parents e0ac21f07ab0
children efc7586de499
comparison
equal deleted inserted replaced
1173:db90fee630bc 1182:6605984fa98f
170 sv_samplerate_t getPlaybackSampleRate() const; 170 sv_samplerate_t getPlaybackSampleRate() const;
171 171
172 /** 172 /**
173 * The sample rate of the audio output device. If the playback 173 * The sample rate of the audio output device. If the playback
174 * sample rate differs from this, everything will be resampled at 174 * sample rate differs from this, everything will be resampled at
175 * the output stage. 175 * the output stage (but not before).
176 */ 176 */
177 sv_samplerate_t getOutputSampleRate() const; 177 sv_samplerate_t getDeviceSampleRate() const;
178 178
179 /** 179 /**
180 * The sample rate of the current main model. This may in theory 180 * The sample rate of the current main model. This may in theory
181 * differ from the playback sample rate, in which case even the 181 * differ from the playback sample rate, in which case even the
182 * main model will play at the wrong speed. 182 * main model will play at the wrong speed.