Capsule.py limits memory usage to 1 GB
Fixed it....http://weerapurage.org/posts/2012/Dec/07/install-fabric-on-windows/
View ArticleWhat do 'acousticness' and 'valence' mean in 'audio_summary' ?
Hi plamere,are there plans for Echonest to provide mood tags toward the song in "audio_summary" ?i am into Mood tagging of song.cheers
View ArticleMood tagging: are all songs included?
On the song/search API I can pass a mood -- happy, sad, haunting. Are all songs tagged? That is: if I search with mood=haunting (or I really want haunting songs and search with mood=^haunting), will...
View ArticleInstall Python Modules on Windows Hosting Server
UPDATEThis did not work. You need to install the remix module. I believe it registers some C extensions and such with the OS. I had to get a dedicated VM so that I have root access to install the module.
View ArticleWhat do 'acousticness' and 'valence' mean in 'audio_summary' ?
Kohdesmond - we will continue to add audio attributes to the audio summary over time. These will be attributes that can be derived from audio. Some may be mood based. -- Paul
View ArticleMood tagging: are all songs included?
aquarius - our descriptions are at the artist level not the song level, so when you search with mood=haunting, you will be finding songs by artists that are frequently described as haunting, Not all...
View ArticleSearch by genre
Hey guys, We're trying to make searches by non-specific genres. I'll explain better with this example.I'm searching for Pop in all countries.When I get to Spain, I get 0 results.Investigating, I find...
View ArticlePlaylist API methods now return artist foreign IDs
Hey all:We've made a minor update to our Playlist API. Now when you request a foreign id bucket in a playlist call, the artist foreign ids will be returned in addition to the song/track foreign IDs....
View ArticleSeparate tracks from set of mixed tracks in Javascript?
Is it possible to separate and identify tracks in a mixed set? If so, what are the steps? I would like to be able to point to a 3rd party URL but can upload entire files.Is there a Javascript example?
View ArticleSeparate tracks from set of mixed tracks in Javascript?
Hello!We don't offer an API that does that at the moment, sorry. There are two things you could try though:To identify tracks, chop up the DJ set into ~20 second chunks. Send those chunks to one of our...
View ArticleHaving problems using getpieces()
What's dirac? Where can I get it from? easy_install gave nothing, google is similarly unhelpful. Thanks for taking time to answer!
View ArticleHaving problems using getpieces()
Hi sig,dirac is a C extension to Remix that should have been installed when you installed Remix - how are you installing it?
View ArticleCodegen library for ARM
Specifically, RaspberryPi. I've moved the rest of my project (multicast of tracks as raw audio) over to the Pi and adding ENMFP support is the final step.
View ArticleCodegen library for ARM
Not for ENMFP. Echoprint should be theoretically portable to a Raspberry Pi, but keep in mind that it has no audio input.Andrew
View ArticleWhat do 'acousticness' and 'valence' mean in 'audio_summary' ?
Thanks for the reply PlamereWhile i need to create an app to know the song's mood, i referred from here http://developer.echonest.com/raw_tutorials/faqs/faq_03.html both correctly identify the songs...
View ArticleWhat do 'acousticness' and 'valence' mean in 'audio_summary' ?
Hi KohdesmondThere are a number of things that, compounded, are leading to different results.(1) The song you uploaded looks to be only 30.079 seconds long (as reported in the audio summary of the...
View ArticleImportError: No module named remix.action
Hello!I suspect that Andreas' fork is from before we re-organized the source paths to be "echonest.remix.action" and not just "echonest.action".Have you tried running the capsule.py example from...
View ArticleImportError: No module named remix.action
Hi, I haven't touched that fork in a long time. I just downloaded it and was able to run capsule.py from the examples. In the pyechonest subdirectory I did git reset --hard 4a3083b before running...
View ArticleGet analyzer info from not known song
Thanks! (sorry for my late reply, summer holiday slowed work down). Is it true that it might take several hours for it to be complete?
View Article