-
Notifications
You must be signed in to change notification settings - Fork 69
Open
Labels
Description
Feature
The Opus library supports forward-error correction (FEC) and packet loss concealment (PLC).
This is useful if the audio being decoded was sent at some point over an unreliable channel, e.g. WebRTC. These functions allow the missing audio to be interpolated, creating a better experience for the listener.
I have written a PR to add these functions (#195) but I saw that issues are usually wanted before PRs, so I filed this as well -- sorry for doing things out of order!
Ideal solution or implementation
API enhancements to add these features -- see my PR for my suggested API, though I'm open to alternatives.
Alternative solutions or implementations
No response
Other context
No response
Reactions are currently unavailable