provaengine ~master (2018-04-11T21:05:02Z)
Dub
Repo
AudioClip
prova
audio
audioclip
Only supports ogg for now
final
class
AudioClip {
float
scale
;
uint
bufferId
;
this
(
string
path
)
;
uint
channels
[@property getter];
}
Constructors
this
this
(
string
path
)
Members
Properties
channels
uint
channels
[@property getter]
Static variables
scale
float
scale
;
What distance in units equals one meter (defaults to 1)
Variables
bufferId
uint
bufferId
;
Meta
Source
See Implementation
prova
audio
audioclip
modules
audio
audioclip
audiosource
Only supports ogg for now