chapmanjacobd / library

80+ CLI tools to build, browse, and blend your media library: an index for your archive.
BSD 3-Clause "New" or "Revised" License
355 stars 9 forks source link

fs: split_by_silence without modifying files #6

Closed chapmanjacobd closed 1 year ago

chapmanjacobd commented 1 year ago

Is your feature request related to a problem? Please describe. Split by silence without needing to modify the source files

Describe the solution you'd like Because path is the PK the solution should create a new, separate table called tracks or something like that with the start and end timestamps of each section. The playqueue would be lengthened by left join with the tracks table to make the multiple tracks accessible.

Describe alternatives you've considered

https://stackoverflow.com/questions/40896370/detecting-the-index-of-silence-from-a-given-audio-file-using-python

chapmanjacobd commented 1 year ago

It's likely not worth the added code complexity