Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ Each Audia instance has the following properties:
* **volume**: `Number` The volume of the playback where `0` is muted and `1` is normal volume. (arbitrary maximum = `10`), (default: `1`)
* **onended**: `Function` Gets called when playback reaches the end of the buffer.
* **onload**: `Function` Gets called when a sound file (requested by setting `src`) is done loading.
* **timeUpdateInterval**: `Number` milliseconds how often HTML5 Audio *timeupdate* event is fired. Set 0 to ignore. Cannot be changed during playback.

_* The italicized properties are only available if the client supports Web Audio API (otherwise they fail silently)._

Expand Down
Loading