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

Playback single segments #124

Closed twynb closed 1 year ago

twynb commented 1 year ago

As of current, you can only play back the whole audio file, or click a specific spot to start playing from there, but that's not very accurate.

It would be practical to be able to play from the start of a specific segment. This would become especially important when #59 gets implemented, as it would allow users to check how correct the splits they set are.

twynb commented 1 year ago

done in #126