twynb / AudioStreamSplitting

A tool that takes a long audio file, splits it into separate songs and attempts to identify them.
https://twynb.github.io/AudioStreamSplitting/
GNU General Public License v3.0
2 stars 0 forks source link

feat: improve segment edit #126

Closed chubetho closed 1 year ago

chubetho commented 1 year ago

User now can

chubetho commented 1 year ago

yeah, peaks here are for waveform. They are computed in client side so they are quite expensive. So I cached them. It will be nice if peaks can be computed at time when project is created

chubetho commented 1 year ago

close #124