HTML5 Audio Player With Playlist And Lyric Support – cPlayer
The cPlayer library enables web developers to create a modern, customizable HTML5 audio player on the webpage.
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.