GNU Radio Manual and C++ API Reference  3.7.4.1
The Free & Open Software Radio Ecosystem
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
gr::vocoder Namespace Reference

Classes

class  alaw_decode_bs
 This block performs alaw audio decoding. More...
 
class  alaw_encode_sb
 This block performs g.711 alaw audio encoding. More...
 
class  codec2
 
class  codec2_decode_ps
 CODEC2 Vocoder DecoderInput: A vector of unpacked bits forming a Codec2 frame. More...
 
class  codec2_encode_sp
 CODEC2 Vocoder EncoderInput: Speech (audio) signal as 16-bit shorts, sampling rate 8 kHz. More...
 
class  cvsd_decode_bs
 This block performs CVSD audio decoding. Its design and implementation is modeled after the CVSD encoder/decoder specifications defined in the Bluetooth standard. More...
 
class  cvsd_encode_sb
 This block performs CVSD audio encoding. Its design and implementation is modeled after the CVSD encoder/decoder specifications defined in the Bluetooth standard. More...
 
class  g721_decode_bs
 This block performs g721 audio decoding. More...
 
class  g721_encode_sb
 This block performs g721 audio encoding. More...
 
class  g723_24_decode_bs
 This block performs g723_24 audio decoding. More...
 
class  g723_24_encode_sb
 This block performs g723_24 audio encoding. More...
 
class  g723_40_decode_bs
 This block performs g723_40 audio decoding. More...
 
class  g723_40_encode_sb
 This block performs g723_40 audio encoding. More...
 
class  gsm_fr_decode_ps
 GSM 06.10 Full Rate Vocoder DecoderInput: Vector of 33 bytes per 160 input samples Output: 16-bit shorts representing speech samples. More...
 
class  gsm_fr_encode_sp
 GSM 06.10 Full Rate Vocoder EncoderInput: 16-bit shorts representing speech samples Output: Vector of 33 bytes per 160 input samples. More...
 
class  ulaw_decode_bs
 This block performs ulaw audio decoding. More...
 
class  ulaw_encode_sb
 This block performs g.711 ulaw audio encoding. More...