UNPKG
lamejs-patched
Version:
latest (0.1.7)
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Patched version of lamejs MP3 encoder
lamejs-patched
/
dist
/
js
/
III_psy_ratio.js
11 lines
(7 loc)
•
191 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
//package mp3;
var
III_psy_xmin =
require
(
'./III_psy_xmin.js'
);
function
III_psy_ratio
(
) {
this
.
thm
=
new
III_psy_xmin
();
this
.
en
=
new
III_psy_xmin
(); }
module
.
exports
= III_psy_ratio;