chickendude / Natibo

Breathe new life into your Glossika PDF/MP3 courses!
The Unlicense
26 stars 3 forks source link

Slow motion audio #20

Closed jubalh closed 4 years ago

jubalh commented 5 years ago

An option to play the audio in a slower tempo might be helpful.

chickendude commented 5 years ago

Unfortunately i think this would likely take a bit of work to get it working on older phones, the sentences are played with a MediaPlayer which doesn't (or rather didn't used to) have a way to change playback speed. I think on SDK 23 (Android 6.0) and above it should be possible, so that should still cover a good portion of the userbase (if it ever gets one ;) ). I don't generally use these features as the audio tends to get too distorted to be useful anyway, but we could look into it.

RpiDude commented 5 years ago

I second this request, maybe you can use https://github.com/waywardgeek/sonic

chickendude commented 4 years ago

@flackbash 's pull request added this for SDK 23 and up. For lower SDK levels i don't think it's really feasible at the moment, if someone else wants to add support for lower SDK levels i'd be more than happy to help out.