#include <gr_sync_block.h>
#include <gr_file_sink_base.h>
#include <omnithread.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... | |
Typedefs | |
typedef boost::shared_ptr < gr_wavfile_sink > | gr_wavfile_sink_sptr |
Functions | |
gr_wavfile_sink_sptr | gr_make_wavfile_sink (const char *filename, int n_channels, unsigned int sample_rate, int bits_per_sample=16) |
gr_wavfile_sink_sptr gr_make_wavfile_sink | ( | const char * | filename, | |
int | n_channels, | |||
unsigned int | sample_rate, | |||
int | bits_per_sample = 16 | |||
) |