-
Notifications
You must be signed in to change notification settings - Fork 139
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: decode table of contents (toc) byte #111
Conversation
0138682
to
180a650
Compare
Hi @thinking-tower, Are you sure about that? The code in the file you mentioned skips information that's not required for the I could rebase |
Good point! Updating the parser can be deferred until I need it in the decoder.
That'll be awesome! |
Done! I force pushed the rebased branch to |
- add opus to symphonia and symphonia-play for debugging.
180a650
to
4820b38
Compare
@pdeljanov I've left the header code in there for now, there will be opportunities to clean it up once it's clearer how it should be used for the decoder. |
Merged, thanks! |
@pdeljanov, could you re-checkout
opus-dev
from master? I've nuked my branch because it duplicated what was already done insymphonia-format-ogg/src/mappings/opus.rs
.@darksv pinging you so you can get an idea of where the Opus progress is at.
Description
Part of the work for #8.
Part of implementing RFC 6716 Section 3.1.