GithubHelp home page GithubHelp logo

make lib size smaller, Is it possible about opus HOT 2 CLOSED

xiph avatar xiph commented on July 23, 2024
make lib size smaller, Is it possible

from opus.

Comments (2)

AraHaan avatar AraHaan commented on July 23, 2024

compress the library with something like UPX or Petite?
UPX can be found on sourceforge.
Petite on otherhand can only be found here: http://www.un4seen.com/petite

the fact of the matter is Compressign the DLL is by ar a good alternative.

from opus.

jmvalin avatar jmvalin commented on July 23, 2024

You can compile with SMALL_FOOTPRINT defined to save a few kB at the expense of more CPU requirement. For fixed-point builds, you can save a little by defining DISABLE_FLOAT_API. You may also be able to save by manually removing some features you don't need (e.g. parts of the encoder). Other than that, libopus is already as small as we can make it.

from opus.

Related Issues (20)

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.