Creates mashups of songs and evaluates which two songs make the best mashup.
To mashup songs:
- Place all songs in one directory
- Run
python run_pymash.py (name_of_directory) (WAV) (NORM) (PCM16) (QUAL)
- name_of_directory (where songs are located) is required
- use WAV if songs are not .wav files
- use NORM if songs are not normalized to have same perceived volume
- use PCM16 to encode songs in PCM16 (usually required)
- use QUAL to obtain quality assessment of each mashup (quality assessment takes a little while to run)
- Mashups should now be in directory
- If QUAL was used, look for mashup with largest number in quality.txt -- this should be the best mashup (or at least the best in a scentific, pop-music sense)