|
InstallFromSource
How to install Remix 1.2 from sources
IntroductionHere is how you install Remix 1.2 from source on Mac, Windows, or Linux. This method is either for Linux users. "experts" or developers, people that may have their own versions of Python already installed or want to contribute to Remix in some way. If you're not a developer, you most likely want one of the install packages on the main page, not this stuff. RequirementsInstalling remix from source requires:
Steps
sudo ln -s `which ffmpeg` /usr/local/bin/en-ffmpeg
sudo python setup.py install
Running examplesThere are a lot of user contributed examples that use remix in svn as examples. The setup.py script installs them to /usr/local/share/echo-nest-remix-examples on Mac, C:\PythonXX\echo-nest-remix-examples on Windows, and /usr/echo-nest-remix-examples on Linux. (These are the default distutils non-code file locations on each platform, so blame them for this.) cd echo-nest-remix/examples/one/ python one.py ../music/CryMeARiver.mp3 output.mp3 If all went well, output.mp3 should be only the first beat of each measure of Cry Me a River. You're done, go explore! |
Sign in to add a comment