| audio_decoder_pcm.cc | 
          encoded  | 
          4106 | 
        
        
          | audio_decoder_pcm.h | 
           | 
          2971 | 
        
        
          | audio_encoder_pcm.cc | 
           | 
          4206 | 
        
        
          | audio_encoder_pcm.h | 
           | 
          3743 | 
        
        
          | g711_interface.c | 
           | 
          1736 | 
        
        
          | g711_interface.h | 
          WebRtcG711_EncodeA(...)
 This function encodes a G711 A-law frame and inserts it into a packet.
 Input speech length has be of any length.
 Input:
      - speechIn           : Input speech vector
      - len                : Samples in speechIn
 Output:
      - encoded            : The encoded data vector
 Return value              : Length (in bytes) of coded data.
                             Always equal to len input parameter.
  | 
          4327 | 
        
        
          | test | 
           | 
           |