36 std::string sExt = sFileName.substr(sFileName.rfind(
'.'));
This class represents a generic audio file with reading and writing functionalities.
This class implements the wave file type using PCM encoding (the simplest encoding)....
File * getAudioFileByType(const std::string &sFileName)
Return a audio file type depending on the file extension or a nullptr if the file type is not support...