GNU Radio Manual and C++ API Reference
3.9.1.0
The Free & Open Software Radio Ecosystem
alaw_encode_sb.h
Go to the documentation of this file.
1
/* -*- c++ -*- */
2
/*
3
* Copyright 2011.2013 Free Software Foundation, Inc.
4
*
5
* This file is part of GNU Radio
6
*
7
* SPDX-License-Identifier: GPL-3.0-or-later
8
*
9
*/
10
11
#ifndef INCLUDED_VOCODER_ALAW_ENCODER_SB_H
12
#define INCLUDED_VOCODER_ALAW_ENCODER_SB_H
13
14
#include <
gnuradio/sync_block.h
>
15
#include <
gnuradio/vocoder/api.h
>
16
17
namespace
gr
{
18
namespace
vocoder {
19
20
/*!
21
* \brief This block performs g.711 alaw audio encoding.
22
* \ingroup audio_blk
23
*/
24
class
VOCODER_API
alaw_encode_sb
:
virtual
public
sync_block
25
{
26
public
:
27
// gr::vocoder::alaw_encode_sb::sptr
28
typedef
std::shared_ptr<alaw_encode_sb>
sptr
;
29
30
/*!
31
* \brief Make alaw encoder block.
32
*/
33
static
sptr
make();
34
};
35
36
}
/* namespace vocoder */
37
}
/* namespace gr */
38
39
#endif
/* INCLUDED_VOCODER_ALAW_ENCODE_SB_H */
gr::vocoder::alaw_encode_sb::sptr
std::shared_ptr< alaw_encode_sb > sptr
Definition:
alaw_encode_sb.h:28
api.h
gr::sync_block
synchronous 1:1 input to output with history
Definition:
sync_block.h:25
sync_block.h
VOCODER_API
#define VOCODER_API
Definition:
gr-vocoder/include/gnuradio/vocoder/api.h:18
gr
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition:
basic_block.h:29
gr::vocoder::alaw_encode_sb
This block performs g.711 alaw audio encoding.
Definition:
alaw_encode_sb.h:24
gr-vocoder
include
gnuradio
vocoder
alaw_encode_sb.h
Generated by
1.8.17