opus icon indicating copy to clipboard operation
opus copied to clipboard

Pure Go implementation of Opus

Results 13 opus issues
Sort by recently updated
recently updated
newest added

Currently we only process correctly if `lagAbsolute` is true. https://github.com/pion/opus/blob/master/internal/silk/decoder.go#L1118

Currently we are hardcoded to expect 4 subframes (20Ms) We need to go through and fix the cases where we do that.

- [ ] Implement the rawbits/reverse bitreader - [ ] Implement the other symbol reading methods - [ ] Implement the fixed maths routines (isqrt) - [ ] ...