Audio

Audio

A wrapper around the native Audio class that performs requests with `crossOrigin = 'anonymous'`.

Constructor

new Audio(url)

Source:
Construct a new Audio object.
Parameters:
Name Type Description
url string Link to sound file
Returns:
Audio object