Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>WebAudio example of biquad filter node</title>
</head>
<body>
  <audio src="https://mainline.i3s.unice.fr/mooc/drums.mp3" id="gainExample" controls loop crossorigin="anonymous"></audio>
        <br>
        <label for="gainSlider">Gain</label>
        <input type="range" min="0" max="1" step="0.01" value="1" id="gainSlider" />
</body>
</html>
Output 300px

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers