Skip to content

Is the library still being actively maintained ? #34

Description

@blazing-gig

I came across this library for a implementing a certain use-case with PyDub and was wondering if it's being actively maintained vs not.

Also, I'd like to know if there's any specific reason for wrapping around pydub.AudioSegment as opposed to subclassing it and implementing / overriding additional functionality as needed ?

Most of the dunder methods (like __getattribute__, __mul__ etc., need not be re-implemented in the child class. Also, this conforms to the Open-Closed design (open for extension, closed for modification).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions