Replies: 15 comments
-
It could also be argued that finer control is needed at the speeds < 1.0x e.g. 0.85x. Perhaps the same UI as Jump To Minute should be used. |
Beta Was this translation helpful? Give feedback.
-
I know one really good implementation I have seen is in the AntennaPod podcatcher, which is also ope source. They use the Presstissimo program to do it, but you can select the various playback speeds you want in your quick menu so you can choose the ones you use the most often and cycle through them quickly on the player. |
Beta Was this translation helpful? Give feedback.
-
AntennaPod is discussing switching away from Prestissimo to an internal implementation. |
Beta Was this translation helpful? Give feedback.
-
Hey, I use Browser Intercept every day! Can't believe it's not built into Android; what a great app. MAP is using Java instead of C for the speed shifting as of the latest version. -------- Message d'origine -------- AntennaPod is discussing switching away from Prestissimo to an internal implementation. Reply to this email directly or view it on GitHub: |
Beta Was this translation helpful? Give feedback.
-
What do you mean by browser intercept? |
Beta Was this translation helpful? Give feedback.
-
@dalb8 Thanks. Glad to hear it is useful. @Ph1b Browser Intercept is just a little utility app I wrote a couple of years ago: |
Beta Was this translation helpful? Give feedback.
-
I changed the way it works, so you can set a more fine tuned speed now. And you set in ton the fly, so no need for clicking ok before. Just set your speed and you see if it sounds good while setting it. About the speed: |
Beta Was this translation helpful? Give feedback.
-
I created a Fork of Voice here with a max playback speed of 6. If anyone else want to use it feel free. Also feel free to bug me to pull changes from master in the issues if I fall behind, I will try to keep this up to date though. Release will be attatched with an apk in the releases section on Github: https://github.com/BrandonOCasey/Voice |
Beta Was this translation helpful? Give feedback.
-
#833 will enable the possibility to use larger playback speeds without ruining the UX. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Is this issue still valid? Should it be closed now? You have more fine-grained control with a slider similar to what @jtagcat has above, and it goes up to |
Beta Was this translation helpful? Give feedback.
-
I mostly listen at least at 3x speed. I understand that most users won't listen at such speeds but only 2.5x speed makes Voice less usable for me. One solution that comes to my mind is to add max speed to preferences. It would be set to 2.5x by default, but could be increased. I'm now sure if this could be done easily, I'm not an Android developer, but it would solve the problem and UX would be great for both standard user and high speed reader. |
Beta Was this translation helpful? Give feedback.
-
Well, changing the max speed to Voice/data/src/main/java/de/ph1b/audiobook/data/Book.kt Lines 62 to 65 in 113d54d (as found by @brandonocasey in the fork that he made: brandonocasey@021c5c2#diff-66a2715b7a1b6c4a96062e9d54b9a21c) It looks like @PaulWoitaschek increased the max speed from |
Beta Was this translation helpful? Give feedback.
-
Just posting to chime in that I agree it should be increased. I start listening to audiobooks at 2x and often increase to 3x and 3.5x. I rarely go up to 4x or 5x. The main reason I listen to audiobooks at 5x+ is that it seems to improve ability to interpret slower stuff in the ~3-4x speed range. And it requires my complete focus on the audio or the mind will start tuning it out. Listening to the same audio repeatedly also helps with training as you continually improve, at least with that specific narrator. I would avoid changing the limit to 3.0 unless there is a reason not to make it higher. |
Beta Was this translation helpful? Give feedback.
-
Implemented :) |
Beta Was this translation helpful? Give feedback.
-
So far I am loving this app. The only issue for me is the highest playback speed is 2x. I mostly listen to things faster than this (2.5-3x typically). I would love to see this added.
Beta Was this translation helpful? Give feedback.
All reactions