JSFiddle - React, Tailwind, and code Playground
JavaScript
function f(t) {
return ((t*("36364689"[t>>13&7]&15))/12&128)+(((((t>>13)^(t>>11)-2)%11*t)/4|t>>13)&127)
}
function prod() {
var s = '', t
for (t = 0; t < 8<<16; ++t) {
s += String.fromCharCode(f(t))
}
console.log(s.length)
return 'RIFF_oO_WAVEfmt' + atob('IBAAAAABAAEARKwAAAAAAAABAAgAZGF0YU') + s + s
}
var a = new Audio('data:audio/wav;base64,' + btoa(prod()))
a.play()