Skip to content

Latest commit

 

History

History
31 lines (29 loc) · 844 Bytes

README.md

File metadata and controls

31 lines (29 loc) · 844 Bytes

Audio-Splitter

Simple Audio Splitter made using tkinter and spleeter

Running

Simply run the python script, the first window will let you choose the audio file to be split
The second window will let you choose the folder where the zip file will be made

Q&A

How to Make it Run Properly?

install spleeter using pip - pip install spleeter

What Other Libraries Does it Use?

tkinter - filedialog
subprocess
shutil
os
pathlib - Path

What Version of Python Does This Use?

Made and tested on Python 3.10.6

High CPU Usage?

IT WILL USE 100% CPU DURING THE PROCESS AND A LOT OF RAM
THIS IS NOT A BUG THE AI IS RUNNING ON THE CPU

Long Run Time?

The first time the program runs it will have to download the AI model
This will take a bit due to the model being approximately 200MB