GNU Radio 3.5.1 C++ API
|
#include <gr_core_api.h>
#include <gr_sync_block.h>
#include <gr_file_sink_base.h>
#include <boost/thread.hpp>
Go to the source code of this file.
Classes | |
class | gr_wavfile_sink |
Read stream from a Microsoft PCM (.wav) file, output floats. More... | |
Functions | |
GR_CORE_API gr_wavfile_sink_sptr | gr_make_wavfile_sink (const char *filename, int n_channels, unsigned int sample_rate, int bits_per_sample=16) |
GR_CORE_API gr_wavfile_sink_sptr gr_make_wavfile_sink | ( | const char * | filename, |
int | n_channels, | ||
unsigned int | sample_rate, | ||
int | bits_per_sample = 16 |
||
) |