Real-time remote audio rendering, on demand.
Shift your complex audio rendering and processing to the cloud, protect your intellectual property, and scale your audio applications with ease.
const dspNode = new dspNode(API_KEY);
await dspNode.initialise(ENGINE_CONFIG);dspNode.attach(YOUR_MIC_STREAM);dspNode.connect(audioContext.destination);
dspNode.start();
Launching soon...