some working proto
This commit is contained in:
parent
df77690724
commit
7dc9c22fda
4 changed files with 31 additions and 189 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue