• Hi,

    This concerns the audio block that comes with WordPress core
    At the moment, it is only possible to slow down the playback speed to the fixed values of 75% or 50%. Would it be possible to make the speed adjustment more flexible, maybe intervals of 5% instead of 25%?

    Thank you in advance.
    Pedro

    • This topic was modified 2 years, 4 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Developing with WordPress topic
Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    The audio block is really just a standard HTML5 <audio> element. Playback speed can be set via JavaScript. That doesn’t alter the select box UI content. Maybe that could be done via the HTMLMediaElement? If all else fails, add a separate UI element(s) that are listened to and script sets the related rate.

Viewing 1 replies (of 1 total)
  • The topic ‘Audio block playback speed’ is closed to new replies.