A new parameter to only extract the "-loop" part of the track without "-intro" and "-outro".
Is your feature request related to a problem? Please describe. Not exactly, but it would streamline the way I currently use the program.
Describe the solution you'd like A new parameter to only extract the "-loop" portion of the track, without also exporting the "-intro" and "-outro". The in-program previewer should still work the same.
Describe alternatives you've considered (if relevant) Right now, I use the program as is, but after exporting using "split-audio", I search via the File Explorer ".wav-loop.wav", and then cut all of the matching files and paste onto a new folder.
Additional context Perhaps the parameter can be something called "loop-only", and it accepts if it's put right after "split-audio".
Chiming in, in addition to my 👍 on this.
My use case: Optimize an already chopped loop. I've been achieving this with (assuming a 60-second loop):
pymusiclooper -i split-audio --path "loop.wav" --approx-loop-position 1 59 --brute-force --disable-pruning
And getting good results.
I have also experimented with --min-duration-multiplier 0.99 but wasn't very successful.
I suspect that removing the need to generate three sections might further enhance the outcome!