UNPKG
uupaa.aacprofile.js
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
AAC Profile and Level detection.
github.com/uupaa/AACProfile.js
uupaa/AACProfile.js
uupaa.aacprofile.js
/
test
/
node
/
index.js
15 lines
(9 loc)
•
272 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// AACProfile test
require
(
"../../lib/WebModule.js"
);
WebModule
.
VERIFY
=
true
;
WebModule
.
VERBOSE
=
true
;
WebModule
.
PUBLISH
=
true
;
require
(
"../wmtools.js"
);
require
(
"../../lib/AACProfile.js"
);
require
(
"../../release/AACProfile.n.min.js"
);
require
(
"../testcase.js"
);