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

OPUS support (with forward error correction ?) #180

Open
shodanx2 opened this issue May 2, 2022 · 0 comments
Open

OPUS support (with forward error correction ?) #180

shodanx2 opened this issue May 2, 2022 · 0 comments

Comments

@shodanx2
Copy link

shodanx2 commented May 2, 2022

Hi there,
This project is what's I've been looking for !
Although I see it's streaming in PCM ?

Classical excuse for why you can't stream audio on WiFi is that jitter is too high.
Solution to this is to use efficient compression

I think Opus codec is fully open source with excellent compression and small packet sizes (it goes below 10ms !)

I believe this project would greatly benefit from a Opus stream compression

WIth ability to enable AND disable FEC (foward error correction), it sends some extra data for the client to rebuild the stream in case of damage

Ability to change frame size

Ability to change bitrate (including switching between constant and variable bitrate)

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

No branches or pull requests

1 participant