#include <audio.h>
Definition at line 96 of file audio.h.
Data Fields | |
| long | ShortTermEnergy |
| the running short term energy for 35 frames of 64 sample audio | |
| long | AverageEnergy |
| average energy | |
| int | FrameCount |
| current frame count. | |
| int * | pFrame |
| pointer at the audio frame | |
| int | SlowPeak |
| slowly decaying peak | |
| int | FastPeak |
| quickly decaying peak. | |
| int | Temp |
| temporary storage | |
| int | Index |
| indexing for accessing the source data | |
|
|
average energy Should first be zeroed. |
|
|
current frame count. 35 frames will be looked at before updating the AverageEnergy and zeroing the ShortTermEnergy. |
1.3.9.1