Coder Social home page Coder Social logo

Comments (1)

AlexTMjugador avatar AlexTMjugador commented on July 3, 2024 1

Hi, thanks for trying out OptiVorbis!

Regarding your question:

  • The first highlighted vorbis string is required by the Vorbis specification to be present: it is the Vorbis identification packet header signature.
  • The second highlighted OggS string is the Ogg page capture pattern, which is required by the Ogg container specification to signal the beginning of a page. The Vorbis specification requires that this second page is present: the identification header must be alone on its own page.
  • The second highlighted vorbis string is required, and it is used as the Vorbis comment header signature, which is mandatory.
  • The third highlighted vorbis string, which is followed by the codebook count and the sync pattern BCV for the first codebook, is also required by the Vorbis specification.
  • The highlighted mostly-zero bytes may be optimized further. It's difficult to say for sure without proper analysis, but they look like unused codebook entries, and it looks feasible to remove them, although doing it properly is a bit complicated and not implemented yet.

from optivorbis.

Related Issues (5)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.