Gládio Cítrico

Ramu 0.7b doc

doc homeRamu

Audio.play(startAt = 0)

Parameters

Description

Play the audio.

You can test this snippet of code here.

let symphony5 = new Ramu.Audio("https://upload.wikimedia.org/wikipedia/commons/a/ae/Wolfgang_Amadeus_Mozart_-_Klarinettenkonzert_A-Dur_-_3._Rondo_%28Allegro%29.ogg");
symphony5.play();

See also Audio.pause, Audio.resume and Audio.stop.