Alaw Audio Decoder: Difference between revisions
Jump to navigation
Jump to search
(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...") |
No edit summary |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
[[Category:Block Docs]] | [[Category:Block Docs]] | ||
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. | ||
Line 8: | Line 7: | ||
== Example Flowgraph == | == Example Flowgraph == | ||
[[File:Alaw_Audio_Decoder.png]] | |||
<p>This flowgraph can be downloaded from [[Media:Alaw AudioDecoder.grc]].</p> | |||
== Source Files == | == Source Files == |
Latest revision as of 07:55, 20 April 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
This flowgraph can be downloaded from Media:Alaw AudioDecoder.grc.
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