Asterisk - The Open Source Telephony Project
21.4.1
|
Data Fields | |
int | energy_accum |
int | energy_average |
int | energy_history [DEFAULT_ENERGY_HISTORY_LEN] |
int | energy_history_cur_slot |
Definition at line 117 of file bridge_softmix_internal.h.
int energy_accum |
The current energy sum used for averages.
Definition at line 124 of file bridge_softmix_internal.h.
int energy_average |
The current energy average
Definition at line 126 of file bridge_softmix_internal.h.
int energy_history[DEFAULT_ENERGY_HISTORY_LEN] |
audio energy history
Definition at line 119 of file bridge_softmix_internal.h.
int energy_history_cur_slot |
The current slot being used in the history buffer, this increments and wraps around
Definition at line 122 of file bridge_softmix_internal.h.