JavaScript & CSS audio
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.
Lightweight Customizable Video/Audio Player – Media Player
Media Player is a lightweight vanilla JavaScript library that lets you create responsive, accessible, customizable HTML5 media player for video and audio files.
Custom HTML5 Audio Player with JavaScript – APlayer
APlayer is a JavaScript library which helps you generate a beautiful, customizable HTML audio player UI with minimal effort.
Cool Audio Player In Pure JavaScript
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 »
JavaScript Library To Add Interaction Sound Effects To Any Elements – Loud Links
Loud Links is a tiny, zero-dependencies JavaScript library which adds interactive html5 sound effects to any DOM elements.
Minimal Audio Visualizer With Canvas and Vanilla JavaScript
A vanilla JavaScript plugin that utilizes Web Audio API to play and visualize audio files on an HTML5 canvas element.