Node.js native module for integrating Mediasoup with Audio AI models
This is practical, low-level tooling: the addon runs Opus encode/decode and all RTP I/O on native threads so the Node event loop stays out of the way — exactly what you need when streaming audio to AI models. It bundles helpful primitives (createRtpParameters / createSrtpParameters / createSDP, produceRtp/consumeRtp) but does require native deps (FFmpeg/libopus) and currently only documents macOS/Linux builds.
