Definitions for classes that work with audio file formats. More...
#include <QString>#include <QFile>#include <vector>#include <sndfile.hh>#include "types.hpp"#include "mad.h"Go to the source code of this file.
Classes | |
| class | SoundfileData |
| An abstract interface for decoding sound files. More... | |
| class | SndfileData |
| Implements the SoundfileData interface using libsndfile. More... | |
| class | MP3Data |
| Implements the SoundfileData interface using libmad. More... | |
| class | Soundfile |
| A format-independent class that provides functionality for sound manipulation, reading and writing. More... | |
Definitions for classes that work with audio file formats.
Definition in file soundfile.hpp.
1.7.1