46 virtual void openFile(
const string& pathName,
const string& fileName) = 0;
Audio decoder base class.
virtual void openFile(const string &pathName, const string &fileName)=0
Open a local file.
virtual ~AudioDecoder()
Destructor.
virtual void reset()=0
Resets this audio decoder, if a stream was open it will be rewinded.
int32_t getBitsPerSample()
static constexpr int32_t CHANNELS_NONE
AudioDecoder()
Constructor.
virtual int32_t readFromStream(ByteBuffer *data)=0
Read raw PCM data from stream.
static constexpr int32_t SAMPLERATE_NONE
static constexpr int32_t SAMPLES_NONE
static constexpr int32_t BITSPERSAMPLES_NONE
virtual void close()=0
Closes the audio file.