NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
Defines a sample in the audio stream, i.e. a single value per channel. More...
#include <audiofile.hpp>
Public Member Functions | |
Sample (double _mono) | |
Sample (double _left, double _right) | |
Public Attributes | |
double | leftOrMono |
double | right |
Defines a sample in the audio stream, i.e. a single value per channel.
Definition at line 32 of file audiofile.hpp.
|
inline |
Definition at line 37 of file audiofile.hpp.
|
inline |
Definition at line 38 of file audiofile.hpp.
double Audio::Sample::leftOrMono |
Definition at line 34 of file audiofile.hpp.
Referenced by readAudioFile(), seekInAudioFile(), and Audio::WavFile::write().
double Audio::Sample::right |
Definition at line 35 of file audiofile.hpp.
Referenced by readAudioFile(), seekInAudioFile(), and Audio::WavFile::write().