Mercurial > hg > svapp
comparison audio/AudioRecordTarget.cpp @ 494:0ce24bb965a8 3.0-integration
Fix compiler warnings
author | Chris Cannam |
---|---|
date | Mon, 12 Oct 2015 13:51:59 +0100 |
parents | 3dbc964f5907 |
children | d1c70c680fa9 dcd2afbc1bb7 |
comparison
equal
deleted
inserted
replaced
493:b3568eca53ba | 494:0ce24bb965a8 |
---|---|
36 { | 36 { |
37 QMutexLocker locker(&m_mutex); | 37 QMutexLocker locker(&m_mutex); |
38 } | 38 } |
39 | 39 |
40 void | 40 void |
41 AudioRecordTarget::setSystemRecordBlockSize(int sz) | 41 AudioRecordTarget::setSystemRecordBlockSize(int) |
42 { | 42 { |
43 } | 43 } |
44 | 44 |
45 void | 45 void |
46 AudioRecordTarget::setSystemRecordSampleRate(int n) | 46 AudioRecordTarget::setSystemRecordSampleRate(int n) |
47 { | 47 { |
48 m_recordSampleRate = n; | 48 m_recordSampleRate = n; |
49 } | 49 } |
50 | 50 |
51 void | 51 void |
52 AudioRecordTarget::setSystemRecordLatency(int sz) | 52 AudioRecordTarget::setSystemRecordLatency(int) |
53 { | 53 { |
54 } | 54 } |
55 | 55 |
56 void | 56 void |
57 AudioRecordTarget::putSamples(int nframes, float **samples) | 57 AudioRecordTarget::putSamples(int nframes, float **samples) |
81 emit recordDurationChanged(frameToEmit, m_recordSampleRate); | 81 emit recordDurationChanged(frameToEmit, m_recordSampleRate); |
82 } | 82 } |
83 } | 83 } |
84 | 84 |
85 void | 85 void |
86 AudioRecordTarget::setInputLevels(float peakLeft, float peakRight) | 86 AudioRecordTarget::setInputLevels(float, float) |
87 { | 87 { |
88 } | 88 } |
89 | 89 |
90 void | 90 void |
91 AudioRecordTarget::modelAboutToBeDeleted() | 91 AudioRecordTarget::modelAboutToBeDeleted() |