Alaw Audio Decoder: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
No edit summary
 
Line 1: Line 1:
[[Category:Block Docs]]
[[Category:Block Docs]]
[[Category:Pages with no Example Flowgraph]]
This block performs alaw audio decoding. The input of this block is in 'bytes' and its output is of 'short' type.
This block performs alaw audio decoding. The input of this block is in 'bytes' and its output is of 'short' type.



Latest revision as of 14:26, 31 March 2025

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