Getting started
Introduction
In this documentation we’ll build an extremely simple audio player and then gradually add to it until we create an advanced audio player.
Requirements
- jQuery
Installation
You can import the True Audio Player from our CDN. Simply import the following file:
<script src="https://trueaudioplayer.b-cdn.net/true-audio-player@1.min.js"></script>
Or you can import a specific version of the audio player like so:
<script src="https://trueaudioplayer.b-cdn.net/true-audio-player@1.0.8.min.js"></script>