An open API service indexing awesome lists of open source software.

https://github.com/basemax/customminiaudioplayer

A customized audio player which can detect the duration and current time and progress of playing songs and show them in custom style by getting help from Javascript.
https://github.com/basemax/customminiaudioplayer

audio audio-javascript audio-js audio-player audio-player-js audio-player-lib audio-player-library javascript js player-audio player-controller player-controls player-js

Last synced: about 1 month ago
JSON representation

A customized audio player which can detect the duration and current time and progress of playing songs and show them in custom style by getting help from Javascript.

Awesome Lists containing this project

README

        

# Custom Mini Audio Player

A customized audio player which can detect the duration and current time and progress of playing songs and show them in custom style b getting help from **Javascript**.

**Demo:** https://basemax.github.io/CustomMiniAudioPlayer/

[![Custom Mini Audio Player](preview.jpg)](https://basemax.github.io/CustomMiniAudioPlayer/)

## Features

- Detect duration of an audio song
- Detect the current time of the audio
- Calculate progress of current time
- Play/Resume of audio playing by the `space` key or clicking an icon

The main idea is from https://www.youtube.com/watch?v=IO7Mh31fHs4.