This module provides format definition for G.711 audio stream
Summary
Functions
Number of channels in G.711 stream (always mono, 1 channel)
Sample rate of G.711 stream (always 8000 Hz)
Types
@type encoding() :: :PCMA | :PCMU
Companding algorithm used:
:PCMA- G.711 A-law:PCMU- G.711 mu-law
@type t() :: %Membrane.G711{encoding: encoding()}