provaengine ~master (2022-05-08T15:19:44.1677855)
Dub
Repo
AudioClip
prova
assets
audio
audioclip
Only supports ogg for now
final
class
AudioClip : Asset {
static
float
scale
;
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
assets
audio
audioclip
classes
AudioClip
Only supports ogg for now