Mercurial > hg > svapp
comparison audio/AudioRecordTarget.h @ 484:01aeda073720 tony-2.0-integration
Merge from branch recording
author | Chris Cannam |
---|---|
date | Tue, 15 Sep 2015 16:38:09 +0100 |
parents | 493f2af85497 |
children | 21d3cf5c8f21 |
comparison
equal
deleted
inserted
replaced
482:01669adb0956 | 484:01aeda073720 |
---|---|
49 | 49 |
50 virtual void setInputLevels(float peakLeft, float peakRight); | 50 virtual void setInputLevels(float peakLeft, float peakRight); |
51 | 51 |
52 virtual void audioProcessingOverload() { } | 52 virtual void audioProcessingOverload() { } |
53 | 53 |
54 QString getRecordFolder(); | |
55 | |
54 bool isRecording() const { return m_recording; } | 56 bool isRecording() const { return m_recording; } |
55 WritableWaveFileModel *startRecording(); // caller takes ownership | 57 WritableWaveFileModel *startRecording(); // caller takes ownership |
56 void stopRecording(); | 58 void stopRecording(); |
57 | 59 |
58 signals: | 60 signals: |