Mini Sound Editor

October 2018

A tool allowing to edit mini sound effects with code and visual representations.

Many examples made by Anders Kaare are included.

Example of sound playing code after minification:

for(f=(e=>{if(e>2e4)return null;var n=t(e,2e4);return 93&Math.pow(50*e,.7)?n:-n}),t=((e,t)=>(t-e)/t),A=new AudioContext,m=A.createBuffer(1,96e3,48e3),b=m.getChannelData(0),i=96e3;i--;)b[i]=f(i);s=A.createBufferSource(),s.buffer=m,s.connect(A.destination),s.start()

- Github

- Demo