Skip to content

Decode CELT bands and synthesize PCM

222ce07
Select commit
Loading
Failed to load commit list.
Closed

Decode RFC 6716 CELT bands and synthesize PCM #105

Decode CELT bands and synthesize PCM
222ce07
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Apr 23, 2026 in 0s

59.22% (-23.64%) compared to 4b0a40b

View this Pull Request on Codecov

59.22% (-23.64%) compared to 4b0a40b

Details

Codecov Report

❌ Patch coverage is 18.42680% with 1120 lines in your changes missing coverage. Please review.
✅ Project coverage is 59.22%. Comparing base (4b0a40b) to head (222ce07).

Files with missing lines Patch % Lines
internal/celt/bands.go 0.00% 521 Missing ⚠️
internal/celt/synthesis.go 0.68% 289 Missing and 2 partials ⚠️
internal/celt/allocation.go 64.30% 82 Missing and 24 partials ⚠️
internal/celt/pvq.go 0.00% 70 Missing ⚠️
internal/celt/cwrs.go 0.00% 60 Missing ⚠️
internal/celt/decoder.go 42.26% 51 Missing and 5 partials ⚠️
internal/rangecoding/decoder.go 0.00% 9 Missing ⚠️
internal/celt/frame.go 72.00% 3 Missing and 4 partials ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##             main     #105       +/-   ##
===========================================
- Coverage   82.85%   59.22%   -23.64%     
===========================================
  Files          16       21        +5     
  Lines        2386     3750     +1364     
===========================================
+ Hits         1977     2221      +244     
- Misses        342     1427     +1085     
- Partials       67      102       +35     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.