Mercurial > hg > svapp
comparison audio/AudioRecordTarget.h @ 508:b84d9b512dbd tony-2.0-integration
Put recorded files in subdirectories by date
author | Chris Cannam |
---|---|
date | Wed, 14 Oct 2015 15:08:55 +0100 |
parents | ce6917c761a3 |
children | 4de547a5905c |
comparison
equal
deleted
inserted
replaced
507:9a125d1c8a22 | 508:b84d9b512dbd |
---|---|
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 getRecordContainerFolder(); | |
54 QString getRecordFolder(); | 55 QString getRecordFolder(); |
55 | 56 |
56 bool isRecording() const { return m_recording; } | 57 bool isRecording() const { return m_recording; } |
57 WritableWaveFileModel *startRecording(); // caller takes ownership | 58 WritableWaveFileModel *startRecording(); // caller takes ownership |
58 void stopRecording(); | 59 void stopRecording(); |