| 110 | bool getIsSilence() const { return mIsSilence; } |
| 111 | float getBin(int index) const; |
| 112 | const float* getBins() const { return mBins; } |
| 113 | |
| 114 | /// Set microphone correction profile (propagated from Processor). |
| 115 | void setMicProfile(MicProfile profile); |