Generate a new sound with the function below:
var w = new wav( function(x,t) { return square(x * 10) * ((t-x)/t); } ); b64.encode( w.toString() );