AudioSegment icon indicating copy to clipboard operation
AudioSegment copied to clipboard

Is the library still being actively maintained ?

Open blazing-gig opened this issue 2 years ago • 0 comments

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).

blazing-gig avatar Mar 28 '24 18:03 blazing-gig