abalabahaha / opusscript

JS bindings for libopus 1.4, ported with Emscripten
MIT License
62 stars 18 forks source link

error: "this.encoder.delete" isn't a function ? #5

Closed LazyAndBeyond closed 6 years ago

LazyAndBeyond commented 6 years ago

hello, i have a issus to report with the libery. when i try to play music it give me this error "this.encoder.delete" i hope you see this and fix it .

abalabahaha commented 6 years ago

Sounds like your version of opusscript is outdated. Try npm ls opusscript. If it doesn't say opusscript@0.0.3, install that (npm install opusscript@0.0.3).

LazyAndBeyond commented 6 years ago

worked thanks