popeen / Booksonic-Air

A new Booksonic server based on Airsonic. - OBS: The code here might not be ready for release. Feel free to compile it yourself but if so I recommend searching for the latest commit with the description "Prepare for release"

Home Page:https://booksonic.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Playback speed

popeen opened this issue · comments

Support variable playback speed in the browser

Adding a UI for this should do it
parent.frames["playQueue"].document.getElementById("audioPlayer_html5").playbackRate = 1.5

Rough implementation in 9622b23
Should have a custom option before we close this issue

Is now custom but not styled, should probably look similar to volume
c3d8a05

There is a bug in this, playback speed will be reset to 1.0 when a new track starts playing

bug fixed in eef479e

Im ok with the design in 3b8f758, in the future it might be a good idea to css the range element, without css it will look different on different browsers