21#ifndef INCLUDED_SATNOGS_OGG_ENCODER_H
22#define INCLUDED_SATNOGS_OGG_ENCODER_H
25#include <gnuradio/sync_block.h>
38 using sptr = std::shared_ptr<ogg_encoder>;
46 static sptr make(
const std::string& filename,
double samp_rate,
float quality);
#define SATNOGS_API
Definition: api.h:19
Ogg encoder and sink block.
Definition: ogg_encoder.h:36
static sptr make(const std::string &filename, double samp_rate, float quality)
std::shared_ptr< ogg_encoder > sptr
Definition: ogg_encoder.h:38
Definition: amsat_duv_decoder.h:29