This program analyzes a song in WAV, Ogg Vorbis or MP3 format and produces an output consisting of the volume differential, the relative strength in each frequency band, and the tempo. The program is needed for the Smart DJ amaroK script that can be found at http://www.kde-apps.org/content/show.php?content=31509 There is no need to submit a ebuild for the plugin, because it can be installed easily from the amarok-script manager Reproducible: Always Steps to Reproduce:
Created attachment 73927 [details] songanalysis-0.4.0.ebuild i suggest category media-sound
Created attachment 76832 [details] songanalysis-0.4.0.ebuild Project moved to a new homepage (http://rudd-o.com/projects/)
Tested it on my ~amd64 box. It compiles fine, but doesn't work. It outputs something like: Scanning /home/blaster/Data/Audio/Music/Deep Purple/[2004] The Early Years/01 - Deep Purple - And the Address (remix).mp3... Analyzing /home/blaster/Data/Audio/Music/Deep Purple/[2004] The Early Years/01 - Deep Purple - And the Address (remix).mp3 Analysis took 0 seconds The same happens when I compile and install by hand.
Do you have mpeg321 (not mpeg123!!!) installed? Another Problem might be the filename with "[" and "]", might be that this is not parsed correctly. Try it on a wav file to see if this problem is connected to the encoder. Have you asked at http://rudd-o.com/projects/ if this is a known bug?
*** Bug 122619 has been marked as a duplicate of this bug. ***
I'm on a stable amd64 but I have the same problem of comment #3, I have mpg321 and the name of the song is test.mp3 (I renemed it).
Based on comments it looks like it doesn't work.