Skip to content

Could you please provide APIs for encoding/decoding and audio mixing? #135

@pfjia

Description

@pfjia

Is your feature request related to a problem? Please describe.
I am developing an MCU server using webrtc-java, but there are no APIs for encoding/decoding and audio mixing in webrtc-java.

Describe the solution you'd like
Could you please provide APIs for encoding/decoding and audio mixing?

Describe alternatives you've considered
Taking audio mixing as an example, I tried to find some mixing code online, but they generally just average the audio packets, which doesn't yield good results. Additionally, I considered translating WebRTC native source code from C++ to Java, but this task is quite substantial.

Additional context
The audio mixing code I referred to is as follows:

image

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions