 |
GNU Radio Manual and C++ API Reference
3.9.1.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
11 #ifndef INCLUDED_GR_WAVFILE_SOURCE_H
12 #define INCLUDED_GR_WAVFILE_SOURCE_H
32 typedef std::shared_ptr<wavfile_source>
sptr;
34 static sptr make(
const char* filename,
bool repeat =
false);
39 virtual unsigned int sample_rate()
const = 0;
45 virtual int bits_per_sample()
const = 0;
52 virtual int channels()
const = 0;
Read stream from a Microsoft PCM (.wav) file, output floats.
Definition: wavfile_source.h:28
std::shared_ptr< wavfile_source > sptr
Definition: wavfile_source.h:32
#define BLOCKS_API
Definition: gr-blocks/include/gnuradio/blocks/api.h:18
synchronous 1:1 input to output with history
Definition: sync_block.h:25
repeat each input repeat times
Definition: repeat.h:29
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:29