audio-formats v2.1.1 (2023-03-03T20:18:35Z)
Dub
Repo
WAVDecoder.WAVError
audioformats
wav
WAVDecoder
Undocumented in source.
class
WAVDecoder
public @
nogc
static
struct
WAVError {
@
nogc
nothrow pure @
safe
string
reason
;
@
nogc
nothrow pure @
safe
string
file
;
@
nogc
nothrow pure @
safe
size_t
line
;
static
WAVError
none
();
this
(string reason, string file, size_t line);
}
Constructors
this
this
(string reason, string file, size_t line)
Undocumented in source.
Members
Static functions
none
WAVError
none
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
file
string
file
;
Undocumented in source.
line
size_t
line
;
Undocumented in source.
reason
string
reason
;
Undocumented in source.
Meta
Source
See Implementation
audioformats
wav
WAVDecoder
constructors
this
functions
readSamples
scan
seekPosition
tellPosition
static variables
KSDATAFORMAT_SUBTYPE_IEEE_FLOAT
structs
WAVError
variables
_audioFormat
_bytePerSample
_channels
_framePosition
_lengthInFrames
_sampleRate
_samplesOffsetInFile