agersant / polaris

Polaris is a music streaming application, designed to let you enjoy your music collection from any computer or mobile device.
MIT License
1.46k stars 83 forks source link

Changing playback rate #163

Closed ziabskiK closed 2 years ago

ziabskiK commented 2 years ago

Is it possible to change playback rate?

For example changing audio to 1.25x playback rate.

agersant commented 2 years ago

This is currently not possible. If you are using the web client, you could use your browser's developer tools to adjust the playbackRate property on the <audio> element in the page.

ziabskiK commented 2 years ago

Thank you for information. What about extending toolbar with some select Button with playback rate options?