Posted: 2010-09-02 12:26:50
|
I've been fighting with getting Remix to work, stumbling from one error to another. This one has kept me occupied though and after several hours I still have no clue even where to start.
carl@carl-laptop:~$ python swinger.py -s 0.33 -v "06 Billie Jean.mp3"
Computed MD5 of file is edbc100886ae1e7bc31bd1fcf67a108e
Probing for existing analysis
en-ffmpeg -i "06 Billie Jean.mp3"
en-ffmpeg -y -i "06 Billie Jean.mp3" -ac 2 -ar 44100 "/tmp/tmpZ3VdBK.wav"
Computing swing . . .
Beat 0 — split [0.258|0.258] — stretch [0.343|0.173] seconds
[...]
Beat 568 — split [0.255|0.255] — stretch [0.340|0.171] seconds
Time stretching...
'AudioAnalysis' object has no attribute 'name'
carl@carl-laptop:~$
|
|