Audio

TODO implement sound struct struct Sound { Wav soundfile; }

final abstract
class Audio {
Soloud soloud;
string[string] sounds;
}

Meta