sabjorn / BandcampEnhancementSuite

A Chrome Extension providing extra functionality for Bandcamp
MIT License
43 stars 3 forks source link

Waveform is offset #124

Closed sabjorn closed 2 years ago

sabjorn commented 2 years ago

The waveform display has a slight offset because each datapoint is represented by the leading edge of a bar in the graph. This results in the visualization of the elapsed time of audio seeming to be slightly off (since the display colours UP to the datapoint bar, when it should be halfway across the bar).

Having the elapsed time end up in the middle of the bar would be a more accurate.

sabjorn commented 2 years ago

I was wrong. It's actually fine.