Z.Audio(...)
Audio(src? : string) : Z.Audio;
Constructs a new Z.Audio object.
Parameters
Section titled “Parameters”Parameter | Type | Description |
---|---|---|
src | optional, string | The filename or URL of the audio file to load. |
Returns
Section titled “Returns”A new Z.Audio
object