Minimal Clean HTML5 Audio Player With Custom Controls – Green Audio Player
The Green Audio Player JavaScript library lets you create minimal clean accessible HTML5 audio players with custom controls in the web app.
The Green Audio Player JavaScript library lets you create minimal clean accessible HTML5 audio players with custom controls in the web app.
calamansi.js is a responsive, customizable HTML5 audio player that works with any audio files/audio streams and supports themes, ID3 reading, playlist, and more.
The cPlayer library enables web developers to create a modern, customizable HTML5 audio player on the webpage.
Media Player is a lightweight vanilla JavaScript library that lets you create responsive, accessible, customizable HTML5 media player for video and audio files.
APlayer is a JavaScript library which helps you generate a beautiful, customizable HTML audio player UI with minimal effort.
A pretty cool and easy-to-use audio player built using pure JavaScript and plain HTML/CSS. How to use it: Just add JS and CCS code onto your site: <link rel=”stylesheet” href=”css/main.css”> <script src=”js/main.js”></script> Create a placeholder element for the audio player. <div class=”player-one”></div> Initialize the Audio player and done. initPlayer(‘.player-one’, { audioSrc: ‘songs/1.mp3’, imageSrc: ‘img/1.jpg’, title: ‘Tobu – Roots’,… Read More »
Loud Links is a tiny, zero-dependencies JavaScript library which adds interactive html5 sound effects to any DOM elements.
A vanilla JavaScript plugin that utilizes Web Audio API to play and visualize audio files on an HTML5 canvas element.