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="http://mainline.i3s.unice.fr/mooc/drums.mp3" id="pannerPlayer" controls loop crossorigin="anonymous"></audio>
        <br>
        <label for="pannerSlider">Balance</label>
        <input type="range" min="-1" max="1" step="0.1" value="0" id="pannerSlider" />
</body>
</html>
Output

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

Dismiss x
public
Bin info
MichelBuffapro
0viewers