Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jeverhart383/music-audio-annotation

A work in progress for annotating audio example using the JS audio API
https://github.com/jeverhart383/music-audio-annotation

Last synced: 14 days ago
JSON representation

A work in progress for annotating audio example using the JS audio API

Awesome Lists containing this project

README

        

# Music and Audio Annotation

This project builds on other open source libraries to provide a way for people to annotate different types of audio. This example uses Peaks.js and audiowaveform, both from the BBC, to process and display the resultant waveform data. Peaks.js provides handy methods to interact with and segment the waveform, which are then tied back into some Vue.js code to provide methods for adding segments and navigating active/inactive segments.