A modular Python toolkit to automate repetitive editing tasks. Run it from your terminal or integrate it into your stack as a fluent library.
Fluent interface via the AudioTrack class. Chain commands like trim, fade, and loop with human-readable syntax.
Apply transformations to entire folders of .mp3, .wav, or .flac files in seconds.
Use the interactive CLI for quick tasks or import it as a modern OOP library for your apps.
Forget complex scripts. Our fluent API allows you to manipulate audio as easily as writing a sentence.
from audioprocess import AudioTrack (AudioTrack("guitar.wav") .trim(max_duration=15.0) .loop(iterations=2) .fade(duration=2.0) .add_silence(1.0, 'end') .export("processed.wav") )
Join the musicians and developers who are already automating their sound design.
View on GitHub