Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for higher bitrates and higher fidelity audio #25

Open
tidoust opened this issue Oct 29, 2021 · 1 comment
Open

Support for higher bitrates and higher fidelity audio #25

tidoust opened this issue Oct 29, 2021 · 1 comment

Comments

@tidoust
Copy link
Member

tidoust commented Oct 29, 2021

For instance, support for multichannel audio in WebRTC.

Raised in:

@chcunningham
Copy link

Spec-wise, I think we may have the pieces we need for arbitrarily high bitrate and channel count. AudioData, AudioEncoderConfig, and AudioDecoderConfig all offer a numberOfChannels parameter. AudioEncoderConfig also has a bitrate parmater. LMK if I've overlooked anything.

Chrome-wise, we should already support 5.1 and any bitrate on decoding side. Encoding-wise, we support just opus, but I think that includes 5.1 audio (haven't tested this yet). @Djuffin fyi.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants