Rantanen / node-opus

Opus bindings for Node.js
MIT License
79 stars 32 forks source link

Concencating AudioBuffer objects into single file #67

Closed thijstriemstra closed 4 years ago

thijstriemstra commented 6 years ago

I'm trying to stitch an incoming stream of AudioBuffer objects, received over a websocket connection, into a single file. Any pointers how this would be done using node-opus?

Rantanen commented 4 years ago

I'm archiving the repository for lack of interest in maintaining it. Sorry I never got to deal with this issue. Please see @discordjs/opus for an alternative implementation that is based this project but uses more stable Node.js module technology that should break less between Node.js versions.