GNU Radio's SATNOGS Package
|
Ogg encoder and sink block. More...
#include <ogg_encoder.h>
Public Types | |
using | sptr = std::shared_ptr< ogg_encoder > |
Static Public Member Functions | |
static sptr | make (const std::string &filename, double samp_rate, float quality) |
Ogg encoder and sink block.
using gr::satnogs::ogg_encoder::sptr = std::shared_ptr<ogg_encoder> |
|
static |
Ogg encoder and sink block.
filename | filename of the output file |
samp_rate | the sampling rate |
quality | the quality of the output file. [0.1 - 1.0] (worst - best) |