https://github.com/pbanuru/AnkifySong/blob/c0d80812c42bdff3fe6b159d1f982614c3977a2c/ankifysong/ankify.py#L27C19-L40
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!
https://github.com/pbanuru/AnkifySong/blob/c0d80812c42bdff3fe6b159d1f982614c3977a2c/ankifysong/ankify.py#L27C19-L40
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 of0:09 - 0:14(or an extended source clip of0: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 byXseconds.I might try to make a PR for this, myself, sometime, but I very rarely use Python.
Thanks!