{{audio.id}} – {{audio.currentTime | trackTime}}

Error playing this sound.

Sound is loading, or you are viewing this on a device that doesn't support the canPlay property.

Current Time

audioObject.currentTime:The current time of the object in seconds

Progress

audioObject.progress:The progress of the object as a percentage (0-1);

Volume
audioObject.volume:The volume of the object as a percentage (0-1);
Playback Rate
audioObject.playbackRate:The speed the audio plays at. (0.5 - 1.5);