comparison audio/AudioRecordTarget.h @ 497:d1c70c680fa9 tony-2.0-integration

Adjust model update during recording or writing a new wave file. Formerly we were using the model's completion percentage to indicate write proportion and completion -- that's not a good idea because some layers will reasonably avoid rendering at all until a model reaches 100% completion (it's supposed to report only progress on the initial model generation, and the model shouldn't change during completion updates).
author Chris Cannam
date Tue, 13 Oct 2015 14:26:40 +0100
parents 21d3cf5c8f21
children c82cae9a9e74
comparison
equal deleted inserted replaced
496:4f1d280903ad 497:d1c70c680fa9
58 void stopRecording(); 58 void stopRecording();
59 59
60 signals: 60 signals:
61 void recordStatusChanged(bool recording); 61 void recordStatusChanged(bool recording);
62 void recordDurationChanged(sv_frame_t, sv_samplerate_t); // emitted occasionally 62 void recordDurationChanged(sv_frame_t, sv_samplerate_t); // emitted occasionally
63 void recordCompleted();
63 64
64 protected slots: 65 protected slots:
65 void modelAboutToBeDeleted(); 66 void modelAboutToBeDeleted();
66 67
67 private: 68 private: