Alaw Audio Decoder

From GNU Radio
Revision as of 06:31, 31 January 2022 by MubashiraZaman (talk | contribs) (Created page with "Category:Block Docs This block performs alaw audio decoding. The input of this block is in 'bytes' and its output is of 'short' type. == Parameters == No parameters == Example Flowgraph == == Source Files == ; C++ files : [https://github.com/gnuradio/gnuradio/blob/main/gr-vocoder/lib/alaw_decode_bs_impl.cc alaw_decode_bs_impl.cc] ; Header files : [https://github.com/gnuradio/gnuradio/blob/main/gr-vocoder/lib/alaw_decode_bs_impl.h alaw_decode_bs_impl.h] ; Publ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


This block performs alaw audio decoding. The input of this block is in 'bytes' and its output is of 'short' type.

Parameters

No parameters

Example Flowgraph

Source Files

C++ files
alaw_decode_bs_impl.cc
Header files
alaw_decode_bs_impl.h
Public header files
alaw_decode_bs.h
Block definition
python_bindings.cc