Closed thijstriemstra closed 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.
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?