Hacker News new | ask | show | jobs
by kingosticks 2191 days ago
But that statement seems at odds with a dependency on the enormous WebRTC AudioProcessing C++ module. But then they also say they don't use WebRTC so maybe I misunderstand what's going on.
1 comments

My understanding is that the quoted statement was explaining why they moved away from WebRTC.
We moved away from WebRTC completely for video, networking, and some audio. We still use webrtc-audio-processing for acoustic-echo-cancellation and some other niceties. Here is our Rust wrapper for that library:

https://github.com/tonarino/webrtc-audio-processing

I think it's unlikely they'd release and maintain a wrapper around something they stopped using.