11 #ifndef INCLUDED_VOCODER_FREEDV_TX_H
12 #define INCLUDED_VOCODER_FREEDV_TX_H
33 typedef std::shared_ptr<freedv_tx_ss>
sptr;
42 static sptr make(
int mode = freedv_api::MODE_1600,
43 const std::string msg_txt =
"GNU Radio",
44 int interleave_frames = 1);
The abstract base class for all 'terminal' processing blocks.
Definition: gnuradio-runtime/include/gnuradio/block.h:63
FreeDV modulator.
Definition: freedv_tx_ss.h:31
static sptr make(int mode=freedv_api::MODE_1600, const std::string msg_txt="GNU Radio", int interleave_frames=1)
Make FreeDV Modem modulator block.
std::shared_ptr< freedv_tx_ss > sptr
Definition: freedv_tx_ss.h:33
#define VOCODER_API
Definition: gr-vocoder/include/gnuradio/vocoder/api.h:18
GNU Radio logging wrapper.
Definition: basic_block.h:29