OPUS TODO
From XiphWiki
(Difference between revisions)
m (→Future work) |
|||
| Line 15: | Line 15: | ||
* A simple real time streaming example tool | * A simple real time streaming example tool | ||
* Replaygain (half done— needs a gain tool) | * Replaygain (half done— needs a gain tool) | ||
| + | |||
| + | == Experiments == | ||
| + | |||
| + | * Measure pitch post-filter offset (try without if (nbAvailableBytes<25) pf_threshold += QCONST16(.1f,15); ) | ||
| + | * Test exp_analysis and void_my_warranty.patch | ||
| + | |||
== Future work == | == Future work == | ||
Revision as of 01:38, 15 November 2012
Contents |
Spec
- Ogg mapping
- Matroska mapping. See: MatroskaOpus
- RTP payload format
Website
- De-uglify webpage
- Promotional material
Other
- Oggz-validate (should also validate opus toc)
Opus-tools
- A simple real time streaming example tool
- Replaygain (half done— needs a gain tool)
Experiments
- Measure pitch post-filter offset (try without if (nbAvailableBytes<25) pf_threshold += QCONST16(.1f,15); )
- Test exp_analysis and void_my_warranty.patch
Future work
- Smart automatic mode decision
- psymodel based VBR
- Remove copy in inverse MDCT
- Save some float<->int conversions
- Improvements to LP mode CBR (greg has some code)