Giter VIP home page Giter VIP logo

Comments (3)

jiaaro avatar jiaaro commented on July 23, 2024

The decorator just provides an official interface for adding processing methods to the AudioSegment object.

Eventually it could be the entry-point for a plugin system

Assigning the functions directly onto the AudioSegment object would get the same effect, but providing an official interface protects us from future problems (like if we rename or move the AudioSegment class, or if we want to make performance tweaks, it's hard to think of everything ahead of time).

from pydub.

jiaaro avatar jiaaro commented on July 23, 2024

It also allows us to break the code into multiple files based on functionality instead of having one giant class.

you could also just provide functions, but personally I like to use libraries that just have one main object you need to know about and then you can just use autocomplete to find the methods (like requests)

from pydub.

marcwebbie avatar marcwebbie commented on July 23, 2024

Ah I see now,
I work on a project that handles a plugin architecture. Using packages and some init magic.
For example, if pydub used this architecture, to add a new "plugin" you have to drop a class/function somewhere into the package directory(say: "pydub/effects") a convention name like NormalizeEffect().

Anyway. So to add a new effect we just have to write the effect function in the effects module and apply the decorator, isn't it?

Thank you.

from pydub.

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.