mp3player
Version:
A mp3 player,get data by ajax and play by audiocontext or mediasource.it can download and reprocessing while playing
45 lines (39 loc) • 1.11 kB
JavaScript
var imdct_s = [
/* 0 */ [ 0.608761429,
-0.923879533,
-0.130526192,
0.991444861,
-0.382683432,
-0.793353340 ],
/* 6 */ [ -0.793353340,
0.382683432,
0.991444861,
0.130526192,
-0.923879533,
-0.608761429 ],
/* 1 */ [ 0.382683432,
-0.923879533,
0.923879533,
-0.382683432,
-0.382683432,
0.923879533 ],
/* 7 */ [ -0.923879533,
-0.382683432,
0.382683432,
0.923879533,
0.923879533,
0.382683432 ],
/* 2 */ [ 0.130526192,
-0.382683432,
0.608761429,
-0.793353340,
0.923879533,
-0.991444861 ],
/* 8 */ [ -0.991444861,
-0.923879533,
-0.793353340,
-0.608761429,
-0.382683432,
-0.130526192 ]
]
export default imdct_s;