python-scripts/scripts/sliceAudio_mp3
Dishant Nagpal d1a6cf5ce2
Update README.md
Fixed Spacing issue
2022-10-04 13:50:32 +05:30
..
README.md Update README.md 2022-10-04 13:50:32 +05:30
slicingAudio.py Add Slicing Audio Python script-Dishant 2022-10-04 13:46:12 +05:30

Slice Audio from any mp3 file

We all want only a portion form a particular audio file. This python scrip does the same for you in few very easy steps.

Only have to enter few things to get started and the rest is magic.

What all do you have to enter?

1.) Your file Path - Where your initial audio file(mp3) is located.

2.) Your export Path - Where you want to save your resultant sliced audio file to be saved.

3.) Start Minute - From what minute into the audio you want to slice from

4.) Start Second - From what second after the start minute you want to slice from

5.) End Minute - Till what minute you want the final audio to be.

6.) End Second - Till what second of the End minute you want to final audio to be.

Requirements

Clone Repo You need to intall pydub library for this script to run. You can use pip - pip install pydub More information on pydub here - https://pypi.org/project/pydub/ Use the python script slicingAudio.py