GNU Radio 3.4.0 C++ API
gr_wavfile_sink.h File Reference
#include <gr_sync_block.h>
#include <gr_file_sink_base.h>
#include <boost/thread.hpp>
Include dependency graph for gr_wavfile_sink.h:

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_wavfile_sink_sptr gr_make_wavfile_sink (const char *filename, int n_channels, unsigned int sample_rate, int bits_per_sample=16)

Function Documentation

gr_wavfile_sink_sptr gr_make_wavfile_sink ( const char *  filename,
int  n_channels,
unsigned int  sample_rate,
int  bits_per_sample = 16 
)