Skip to content

WJLiddy/Macintech

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

This code is really just around for legacy purposes. Go check out this instead if you want something that works: www.github.com/navanchauhan/VaporwaveGenerator

Macintech Plus

A vaporwave generator hacked together at UncommonHacks 2016. Downloads audio from a video on youtube and turns it into vaporwave, and also gives it a vaporwave name. Uses python 2.7 with a bunch of dependencies. Now you too can slow some music down and call yourself an artist!

Installation

This was only ever tested on Ubuntu 15. You'll need these dependencies:

sudo apt-get install sox
sudo apt-get install python-pip
sudo pip install beautifulsoup4
sudo pip install youtube-dl
sudo add-apt-repository ppa:heyarje/libav-11
sudo apt-get update
sudo apt-get install libav-tools

Usage

From the root folder of this project:

python src/VaporMain.py youtube_query_to_vaporize

For example, python src/VaporMain.py Rebecca Black Friday will generate a WAV in a folder called rebeccablackfriday/ that sounds something like this.

I put up a bandcamp with some sample songs here.

Releases

No releases published

Packages

No packages published

Languages