GNU Radio's SATNOGS Package
|
Ogg encoder and sink block. More...
#include <ogg_encoder.h>
Public Types | |
typedef boost::shared_ptr< ogg_encoder > | sptr |
Static Public Member Functions | |
static sptr | make (char *filename, double samp_rate, float quality) |
Ogg encoder and sink block.
typedef boost::shared_ptr<ogg_encoder> gr::satnogs::ogg_encoder::sptr |
|
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) |