I'm trying to capture, modify and finally output audio in node with Electron (Mac OSX). These are the steps:
- Capture the audio before it's output, possibly via CoreAudio.
- Modify the audio stream/buffer via the Web Audio API.
- Output the modified buffer to the sound device.
I've tried node-core-audio. However, the most I can achieve is a rapid glitching sound. Other than this a I haven't been able to find a good solution I/O of audio.
How can I achieve this without sacrificing sound quality?