UNPKG
poke-opus
Version:
latest (1.0.0)
1.0.0
Modifided Version of node-opus.
poke-opus
/
lib
/
OpusEncoder.js
6 lines
(3 loc)
•
102 B
JavaScript
View Raw
1
2
3
4
5
6
"use strict"
;
var
binding =
require
(
'bindings'
)(
'node-opus'
);
module
.
exports
= binding.
OpusEncoder
;