provaengine v0.2.0-alpha (2018-03-19T00:32:13Z)
Dub
Repo
AudioFile
prova
audio
audiofile
class
AudioFile {
byte
[]
data
;
int
channels
;
int
frequency
;
this
();
}
Constructors
this
this
()
Members
Variables
channels
int
channels
;
data
byte
[]
data
;
frequency
int
frequency
;
Meta
Source
See Implementation
prova
audio
audiofile
classes
AudioFile