some working proto

This commit is contained in:
Blue 2019-01-23 00:36:50 +03:00
parent df77690724
commit 7dc9c22fda
4 changed files with 31 additions and 189 deletions

View file

@ -12,8 +12,8 @@
<script src="wrapper.js"></script>
<input type="file" id="file" name="file" />
<script>
var minPortion = 20480;
var maxPortion = 40960;
var minPortion = 60000;
var maxPortion = 100000;
var time = 0;
var ctx = new AudioContext();
ctx.suspend();