23 #ifndef INCLUDED_GR_WAVFILE_SOURCE_H
24 #define INCLUDED_GR_WAVFILE_SOURCE_H
46 static sptr make(
const char *filename,
bool repeat =
false);
51 virtual unsigned int sample_rate()
const = 0;
57 virtual int bits_per_sample()
const = 0;
64 virtual int channels()
const = 0;
boost::shared_ptr< wavfile_source > sptr
Definition: wavfile_source.h:44
shared_ptr documentation stub
Definition: shared_ptr_docstub.h:15
Read stream from a Microsoft PCM (.wav) file, output floats.
Definition: wavfile_source.h:40
#define BLOCKS_API
Definition: gr-blocks/include/gnuradio/blocks/api.h:30
synchronous 1:1 input to output with historyOverride work to provide the signal processing implementa...
Definition: sync_block.h:37
repeat each input repeat times
Definition: repeat.h:36