Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jeverhart383/music-audio-annotation
- Owner: JEverhart383
- Created: 2017-06-12T19:40:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-13T18:43:44.000Z (over 7 years ago)
- Last Synced: 2024-11-05T20:05:05.644Z (2 months ago)
- Language: JavaScript
- Size: 513 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.