Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<meta charset=utf-8 />
<title>video playbackRate demo</title>
  
  <audio id="v" controls src="http://www4.decks.de/4sound/sound_g/gman-fiky_c3p-s7.mp3">
  </audio>
  <br>
  <form onsubmit="v.playbackRate = i.value;" action="#">
    audio.playbackRate = <input id=i placeholder="1">
    <input type="submit" value="ok">
  </form>
  <br>
  <em>(try 0.3, 4.0, 20)</em>
  <br>
<style>
  body {text-align: center}
  footer {position:fixed;bottom:4px;right:4px}
</style>
<footer>by @paulrouget. Works in Firefox Nightly (see bug 495040).</footer>
Output

This bin was created anonymously and its free preview time has expired (learn why). — Get a free unrestricted account

Dismiss x
public
Bin info
anonymouspro
0viewers