tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

1907438.html (319B)


      1 <script>
      2  let a = new ArrayBuffer(4096);
      3  let b = new AudioData({
      4  "format": "s16-planar",
      5  "sampleRate": 2.75e+38,
      6  "numberOfFrames": 88,
      7  "numberOfChannels": 20,
      8  "timestamp": 97.5,
      9  "data": a,
     10  }):
     11  let c = new Uint8ClampedArray(61932);
     12  b.copyTo(c, {
     13  "planeIndex": 0,
     14  "format": "s16"
     15  });
     16 </script>