Skip to content

A Python project to split a song by the song's beats, and then mess the order of the beats in various ways

License

Notifications You must be signed in to change notification settings

bemxio/music-scrambler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Music Scrambler

A Python project to split a song by the song's beats, and then mess the order of the beats in various ways.

Made for fun, inspired by these kinds of videos.

Setup

Obviously, you will need Python to run it. Make sure the version is 3.10 though.

You will also need to install ffmpeg for a wider support of audio formats.

For Linux systems, install it using your package manager. For Windows peeps, follow this tutorial.

  1. Clone this repository somewhere on your computer.
  2. Install the project's requirements using python -m pip install -r requirements.txt.
  3. Done! Everything should be working nicely now.

Usage

Simply run:

python -m scrambler --help

to find out all of the available options you can use.

About

A Python project to split a song by the song's beats, and then mess the order of the beats in various ways

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages