beri...@gmail.com
unread,Dec 8, 2010, 10:44:45 AM12/8/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to The Echo Nest Remix API
Hello, I'm new to python, so forgive me if this is just a stupid
mistake on my part. I googled what I could, and searched the echonest
as best as I could. After much head banging, I installed everything
needed to get earworm working. I know this because I was able to run
(from the readme file): $ python earworm.py ../music/BillieJean.mp3. I
even checked the temp folder and listened to the ~5 minute Billy Jean.
Then I tried making it do the 1200 second and the 30 second examples,
and both times yielded the exact same size song with the same ~5
minute duration. Here's what the command line had to say about it:
C:Python26echo-nest-remix-examplesearworm>python earworm.py -d 30 ../
music/Bi llieJean.mp3 Computed MD5 of file is
2d539b439ec027e73abd2390c5611d2f Probing for existing analysis en-
ffmpeg -i "../music/BillieJean.mp3" en-ffmpeg -y -i "../music/
BillieJean.mp3" -ac 2 -ar 44100 "c:userspcgent~1app
datalocaltemptmp_bkmlc.wav" Traceback (most recent call last): File
"earworm.py", line 567, in main() File "earworm.py", line 541, in main
actions = do_work(track, options) File "earworm.py", line 459, in
do_work t_paths = get_paths(timbre['matrix']) File "earworm.py", line
109, in get_paths mat = make_similarity_matrix(matrix, size=MIN_ALIGN)
File "earworm.py", line 105, in make_similarity_matrix distMat =
sqrt(np.sum((repmat(points, numPoints, 1) - repeat(points, numPoin ts,
axis=0))2, axis=1, dtype=np.float32)) MemoryError
Other possibly pertinent data: I'm running python 2.6.2 on a Win 7 x32-
bit, I'm on example 15 in the online book Learn Python The Hard Way,
and I like walks on the beach while sipping piña coladas (and
daiquiris).