20:51
I'm developing a suite of NodeJS-based tools that accepts a real-time audio pipeline from a Websocket connection (Webaudio API format), resamples the audio, and sends it along to downstream services. I built an in-house Transform that I'm hesitant to maintain long-term, so I'm exploring the use of ffmpeg (specifically the npm package ffmpeg-static to use in the process instead, given its long history and maintenance by way better engineers than myself.
However, when I use ffmpeg in the context of child_process.spawn to directly convert the Float32 array into (...)