NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
audiofile.hpp File Reference
#include <vector>
#include <string>
#include <cmath>
Include dependency graph for audiofile.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

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...
 

Namespaces

namespace  Audio
 

Functions

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...