| AudioLevelCalculator |
Implements the calculation of audio level as defined by RFC 6465 "A
Real-time Transport Protocol (RTP) Header Extension for Mixer-to-Client Audio
Level Indication".
|
| AudioLevelEffect |
An effect that would pass data to the AudioLevelEventDispatcher
so that it would calculate levels and dispatch changes to interested parties.
|
| AudioLevelEffect2 |
An Effect implementation which calculates audio levels
based on the samples in the Buffer and includes them in the
buffer's headerExtension field in the SSRC audio level format
specified in RFC6464.
|
| AudioLevelEventDispatcher |
The class implements an audio level measurement thread.
|
| AudioLevelMap |
The class implements a basic mapping utility that allows binding
long CSRC ID-s to int audio levels.
|