Mercurial > hg > svcore
comparison data/fileio/CodedAudioFileReader.h @ 1285:757a406dabc4 3.0-integration
More diagnostic output
author | Chris Cannam |
---|---|
date | Wed, 23 Nov 2016 13:57:36 +0000 |
parents | 5cbf71022679 |
children | 40c042780bc9 |
comparison
equal
deleted
inserted
replaced
1284:16a8e97179d7 | 1285:757a406dabc4 |
---|---|
101 sv_frame_t m_fileFrameCount; | 101 sv_frame_t m_fileFrameCount; |
102 | 102 |
103 bool m_normalised; | 103 bool m_normalised; |
104 float m_max; | 104 float m_max; |
105 float m_gain; | 105 float m_gain; |
106 | |
107 sv_frame_t m_clippedCount; | |
108 sv_frame_t m_firstNonzero; | |
106 }; | 109 }; |
107 | 110 |
108 #endif | 111 #endif |