audio-formats v1.0.0 (2020-03-18T17:06:49Z)
Dub
Repo
MP3Info
audioformats
minimp3
Undocumented in source.
version(decodeMP3)
struct
MP3Info {
uint
sampleRate
;
ubyte
channels
;
ulong
samples
;
bool
valid
();
}
Members
Functions
valid
bool
valid
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
channels
ubyte
channels
;
Undocumented in source.
sampleRate
uint
sampleRate
;
Undocumented in source.
samples
ulong
samples
;
Undocumented in source.
Meta
Source
See Implementation
audioformats
minimp3
classes
MP3Decoder
functions
mp3Scan
structs
MP3Info