arkrow / PyMusicLooper

A python program for repeating music endlessly and creating seamless music loops, with play/export/tagging support.
https://pypi.org/project/pymusiclooper/
MIT License
260 stars 24 forks source link

Feature Request: Option to specify upper limit to loop duration #4

Closed LakshyAAAgrawal closed 1 year ago

LakshyAAAgrawal commented 2 years ago

Is your feature request related to a problem? Please describe. There are cases when one is looking for a loop of a given upper limit length, in which case, having an upper limit would be useful.

Describe the solution you'd like A command line option that takes the duration upper limit as an argument.

arkrow commented 2 years ago

In cases where the loop duration is known, having an option to specify an absolute upper and lower limit (in seconds) would be definitely be useful in narrowing the search for the desired loop points, with the additional benefit of speeding up the loop search run time. Will be implemented in an upcoming pull request along with #5 for the 3.0 release.

arkrow commented 1 year ago

Late update, but this feature (along with several other advanced loop search options) has been implemented in v3.0