Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

ryanrishi/loudness-wars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

loudness wars

The loudness wars refers to the increasing loudness of recorded music. The overall loudness of popular music is increasing because producers are adding increasing amounts dynamic compression.

Loudness Wars

Usage

virtualenv

$ virtualenv venv
$ source venv/bin/activate

pip

$ pip install -r requirements.txt

config

Register for a Spotify developer account here. Get the client_id and client_secret and put them in a file named config (see example.config for an example config).

Run it

Seed the Billboard database

$ python billboard.py

Scrape track information from Spotify

$ python loudness_wars.py