-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Playback speed control #436
Comments
Implementation seems possible (https://developer.mozilla.org/en-US/docs/Web/Media/Audio_and_video_delivery/WebAudio_playbackRate_explained). Just mind the limitations in the the sections |
I suggest using the same simple design from the mobile app: On BMM Web, spoken content is 18% of consumed content (vs 49% on mobile). Therefore I didn't push to add playback speed as a dedicated button on the player. |
@kkuepper Should it be remembered, or is there a time/condition by which it should be resetted? |
I don't remember what happens in the app, if you have a mixed list (e.g. meeting with singsong and messages). I recommend testing different scenarios in the mobile app before implementing it. But it's also not a problem if it behaves differently as long as the 2 rules from above are working. |
I got feedback that someone missed the playback speed controls of the mobile app. Is this something that can be designed and implemented?
The text was updated successfully, but these errors were encountered: