PyMusicLooper icon indicating copy to clipboard operation
PyMusicLooper copied to clipboard

A new parameter to only extract the "-loop" part of the track without "-intro" and "-outro".

Open gabrielwoj opened this issue 10 months ago • 1 comments

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".

gabrielwoj avatar Apr 01 '25 16:04 gabrielwoj

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!

JacobSanford avatar Apr 09 '25 10:04 JacobSanford