Hi > I think this name is too generic, as it's also the name of the protocol > (IIUC) and we already have multiple webrtc implementing packages in the > archive. Maybe libwebrtc (as it provides functions to implement webrtc) > or webrtc-processing (complementary to webrtc-audio-processing, see below)?
As you said, this is actually libwebrtc. > Is this similar to what webrtc-audio-processing does for audio alone? Is > this a super set or does this implement audio for webrtc differently? webrtc-audio-processing is a subset of libwebrtc, the code of webrtc-audio-processing is in the: https://webrtc.googlesource.com/src/+/refs/heads/main/modules/audio_processing/ I wants to upload all modules of libwebrtc to facilitate subsequent development using webrtc's API. tangmeng