Go to the documentation of this file.
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;