source: gs3-extensions/web-audio/trunk/js-mad/script/imdct_s.js@ 28388

Last change on this file since 28388 was 28388, checked in by davidb, 11 years ago

Set of JS, CSS, PNG etc web resources to support a mixture of audio player/document display capabilities

File size: 1.0 KB
Line 
1Mad.imdct_s = [
2 /* 0 */ [ 0.608761429,
3 -0.923879533,
4 -0.130526192,
5 0.991444861,
6 -0.382683432,
7 -0.793353340 ],
8
9 /* 6 */ [ -0.793353340,
10 0.382683432,
11 0.991444861,
12 0.130526192,
13 -0.923879533,
14 -0.608761429 ],
15
16 /* 1 */ [ 0.382683432,
17 -0.923879533,
18 0.923879533,
19 -0.382683432,
20 -0.382683432,
21 0.923879533 ],
22
23 /* 7 */ [ -0.923879533,
24 -0.382683432,
25 0.382683432,
26 0.923879533,
27 0.923879533,
28 0.382683432 ],
29
30 /* 2 */ [ 0.130526192,
31 -0.382683432,
32 0.608761429,
33 -0.793353340,
34 0.923879533,
35 -0.991444861 ],
36
37 /* 8 */ [ -0.991444861,
38 -0.923879533,
39 -0.793353340,
40 -0.608761429,
41 -0.382683432,
42 -0.130526192 ]
43]
Note: See TracBrowser for help on using the repository browser.