-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Thanks so much for this library! I just discovered it, so haven't used it yet, but looks like pretty much exactly what I need.
My specific use case is for learning a foreign-language song, though, so one feature that would be really helpful would be to help me try to remember the lyrics immediately after the source clip.
E.g. Front side is 0:03 - 0:09, then backside includes an extra clip of 0:09 - 0:14 (or an extended source clip of 0:03 - 0:14), either defined by a second time range, or by a value representing the number of additional (milli)seconds for the backside clip to play on for. I imagine the latter might be a tiny bit easier to implement, and could mean the mp3 processing could just convert the one, longer, clip and then trim the audio for the frontside by X seconds.
I might try to make a PR for this, myself, sometime, but I very rarely use Python.
Thanks!