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

https://github.com/iwouldrathercode/cockatoo-player

Audio player with subtitle and caption support
https://github.com/iwouldrathercode/cockatoo-player

caption-supported-player html-audio-player html5 vue

Last synced: 4 months ago
JSON representation

Audio player with subtitle and caption support

Awesome Lists containing this project

README

          

# cockatoo-player 🎧🦜
> Current HTML5 supports subtitle only for video. This package specifically supports subtitles for audio.

## Dependencies :sparkles:
- [subtitle.js](https://www.npmjs.com/package/subtitle) To parse subtitles and display below the player

```javascript
import Vue from 'vue'
import CockatooPlayer from 'cockatoo-player'

Vue.use(CockatooPlayer)
```

Somewhere on your HTML / Vue Template
```javascript

```

## Output

## Todo
- [x] Remove axios
- [ ] Add VTT URL validations