developmentseed / bioacoustics-frontend

Frontend code for the Google Bioacoustics project that's used by A2O Search
https://search.acousticobservatory.org/
MIT License
2 stars 0 forks source link

Audio spectrogram renders minimap #24

Open LanesGood opened 1 year ago

LanesGood commented 1 year ago

Story

The minimap component is a sub-component of the spectrogram that shows the full timeline of the audio, even when zoomed

Requirements

geohacker commented 1 year ago

I'd make this a stretch goal depending on what @oliverroick thinks about the feasibility.

LanesGood commented 1 year ago

I've been playing around with the wavesurfer.js plugins, and minimap is an out-of-the-box feature for the waveforms. https://wavesurfer-js.org/examples/#minimap.js We'll want to explore:

geohacker commented 1 year ago

This should stay low priority and can be revisited once all critical features for MVP are implemented.