Skip to content

Tool to clip / merge audio files. Use case: removing audio watermarks.

Notifications You must be signed in to change notification settings

ryanjezell/audioclip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 

Repository files navigation

audioclip

This program is written in Python using Pydub's library to clip audio files.


Dependencies

Make sure you have Python 3 installed on your system.

Install the Pydub library by running the following command in your terminal:

pip install pydub

You will also need ffmpeg: https://ffmpeg.org/download.html

Follow instructions for download and install.


Usage

Open a terminal or command prompt and navigate to the directory where you saved the program files.

Run the following command to launch the program:

python clipper.py (action) (args)

(action) = "merge" or "clip", depending on desired function.

(args) = the mp3 files you wish to manipulate.

NOTE: you can instead use "all" to merge / clip every mp3 file in the directory. 

The new audio file will be outputted to and /output dir which will be generated for you if not already made.

About

Tool to clip / merge audio files. Use case: removing audio watermarks.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages