Mercurial > hg > sonic-visualiser
comparison audioio/AudioCallbackPlaySource.h @ 26:d88d117e0c34
* Add mono timestretch toggle button; some more work on getting blocksize etc
parameters through to plugins
author | Chris Cannam |
---|---|
date | Mon, 18 Sep 2006 16:43:17 +0000 |
parents | 3715efc38f95 |
children | e3b32dc5180b |
comparison
equal
deleted
inserted
replaced
25:e74f508db18c | 26:d88d117e0c34 |
---|---|
175 * audio data, in all channels. This may safely be called from a | 175 * audio data, in all channels. This may safely be called from a |
176 * realtime thread. | 176 * realtime thread. |
177 */ | 177 */ |
178 size_t getSourceSamples(size_t count, float **buffer); | 178 size_t getSourceSamples(size_t count, float **buffer); |
179 | 179 |
180 void setSlowdownFactor(float factor, bool sharpen); | 180 void setTimeStretch(float factor, bool sharpen, bool mono); |
181 | 181 |
182 signals: | 182 signals: |
183 void modelReplaced(); | 183 void modelReplaced(); |
184 | 184 |
185 void playStatusChanged(bool isPlaying); | 185 void playStatusChanged(bool isPlaying); |