UNPKG
node.js-sip
Version:
latest (1.0.9)
1.0.9
1.0.2
1.0.1
1.0.0
Node.js VOIP Library
github.com/Nik-Hendricks/node.js-sip
Nik-Hendricks/node.js-sip
node.js-sip
/
RTP
/
node_modules
/
lamejs
/
src
/
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;