User Portlet User Portlet

Discussions
its is possible to install mathematica on beagle bone will be interested in experimenting with it ?
I think one way ‘around’ it is to use ffmpeg(windows) or avconv (linux) (http://www.ffmpeg.org/) in Mathematica Run[“ffmpeg –i filename.mov filename.wav”] then you can use the Import command to load the .wav file data = Import["filename.wav",...