BookPlayer icon indicating copy to clipboard operation
BookPlayer copied to clipboard

Voice commands for Playback Speed adjustment

Open dkBrazz opened this issue 4 years ago • 4 comments

There is no way to adjust the playback speed in CarPlay without picking the phone There is also no possibility to add controls into the CarPlay screen - #509 So there will be useful Siri triggers for voice commands

My suggestion is: "playback speed up", "playback speed down" - increase/decrease to the closest value according to the application scale of speeds "sat playback speed to X.XX" - sets the exact playback speed

dkBrazz avatar Nov 09 '20 16:11 dkBrazz

🤔 yeah thad could be useful as well to add it to our url scheme actions, as a side note, for CarPlay I've noticed that there's a playback rate button which toggles speed:

Screen Shot 2020-11-09 at 12 05 41

I can't find the proper docs regarding that option though to enable it for BookPlayer as well, if anyone can, please let us know

GianniCarlo avatar Nov 09 '20 17:11 GianniCarlo

I found it! MPChangePlaybackRateCommand, implementing this in the AppDelegate alongside the other commands for MPRemoteCommandCenter should enable the speed toggle from CarPlay (maybe from the locked screen as well?)

GianniCarlo avatar Nov 09 '20 17:11 GianniCarlo

This is just great!

dkBrazz avatar Nov 09 '20 20:11 dkBrazz

I reopened #509 - @GianniCarlo is a wizard 😯

pichfl avatar Nov 10 '20 10:11 pichfl