16 #ifndef _AUDIO_FILE_READER_FACTORY_H_ 17 #define _AUDIO_FILE_READER_FACTORY_H_ 57 bool normalised =
false,
86 bool normalised =
false,
static AudioFileReader * createThreadingReader(FileSource source, int targetRate=0, bool normalised=false, ProgressReporter *reporter=0)
Return an audio file reader initialised to the file at the given path, or NULL if no suitable reader ...
static AudioFileReader * createReader(FileSource source, int targetRate=0, bool normalised=false, ProgressReporter *reporter=0)
Return an audio file reader initialised to the file at the given path, or NULL if no suitable reader ...
static QString getKnownExtensions()
Return the file extensions that we have audio file readers for, in a format suitable for use with QFi...
FileSource is a class used to refer to the contents of a file that may be either local or at a remote...
static AudioFileReader * create(FileSource source, int targetRate, bool normalised, bool threading, ProgressReporter *reporter)