I'm using the Encoder example from Readme. After installlation (build was successfully, without problems), following error is given:
node_modules/vorbis/lib/encoder.js:96
binding.vorbis_comment_add_tag(this.vc, tag, contents);
^
TypeError: binding.vorbis_comment_add_tag is not a function
at Encoder.addComment (/node_modules/vorbis/lib/encoder.js:96:13)
at Object.<anonymous> (main.js:13:4)
at Module._compile (internal/modules/cjs/loader.js:689:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10)
at Module.load (internal/modules/cjs/loader.js:599:32)
at tryModuleLoad (internal/modules/cjs/loader.js:538:12)
at Function.Module._load (internal/modules/cjs/loader.js:530:3)
at Function.Module.runMain (internal/modules/cjs/loader.js:742:12)
at startup (internal/bootstrap/node.js:266:19)
at bootstrapNodeJSCore (internal/bootstrap/node.js:596:3)
I'm using the Encoder example from
Readme. After installlation (build was successfully, without problems), following error is given: