#include <vector>
#include <string>
#include <cmath>
Go to the source code of this file.
|
| struct | Audio::Sample |
| | Defines a sample in the audio stream, i.e. a single value per channel. More...
|
| |
| class | Audio::File |
| | This class represents a generic audio file with reading and writing functionalities. More...
|
| |
| class | Audio::SeekableFile |
| | This class extends the generic audio file with seeking functionalities as well as possibilities for reading and writing whole blocks of the file. More...
|
| |
|
| File * | Audio::getAudioFileByType (const std::string &sFileName) |
| | Return a audio file type depending on the file extension or a nullptr if the file type is not supported. More...
|
| |