deviant art

Deviant Login Shop  Join deviantART for FREE Take the Tour
[x]
Download Image
PNG, 402×424
more ▶

More from ~wlourf

Featured in Groups:

Details

March 31, 2010
38.9 KB
402×424
Link
Thumb

Statistics

Comments: 12
Favourites: 1 [who?]

Views: 1,311 (1 today)
Downloads: 79 (0 today)
[x]
:iconwlourf:
This is a screenshoot of an audio spectrum analyser for conky.
You can see it in action here : [link]
Updated code can be downloaded on ubuntu forums : [link]
And more infos on my blog : [link]

Enjoy and Happy Conkying !
Add a Comment:
 
love 0 0 joy 1 1 wow 0 0 mad 0 0 sad 0 0 fear 0 0 neutral 0 0
:iconubuntico:
*Ubuntico Jul 27, 2011  Professional Artist
I had try to make to work this widget several times on my Ubuntu Maverick, and the result after running the script is a black window :(
Suggestions could be appreciated :)
Reply
:iconwlourf:
Hello mlbzamora!

This script runs on a 32 bits system, it wont run on a 64 bits. What is your system ? Otherwise, the original impulse screenlet is still here : [link] . HTH .
Reply
:iconibboard:
I've got this running in its own little Conky config/process now, and I like it. I'm boring and just have a grey circle, but it looks great as it pulses away with a 0.075s update time :) Not so great in the main conky config that updates every 1s :D
Reply
:iconsunjack94:
it give me always

Conky: llua_do_call: function conky_spectrum execution failed: ...sunny/downloads/audio_spectrum1.2/audio_spectrum.lua:468: bad argument #1 to 'sub' (string expected, got nil)
Reply
:iconibboard:
I was getting similar errors. With a bit of poking to get debug output then I found the problem - basically, it assumes that "impulse.py" is in the same folder as your .conkyrc.

I changed line 431 from:
local s=conky_config
to
local s='~/.local/share/conky/audio_spectrum1.2/'
(the path to where I put the script) and it now works :)
Reply
:iconsunjack94:
I have a new problem

python /home/sunny/audio_spectrum1.2/impulse.py 1 /home/sunny/audio_spectrum1.2/
Traceback (most recent call last):
File "/home/sunny/audio_spectrum1.2/impulse.py", line 11, in <module>
import impulse
ImportError: /home/sunny/audio_spectrum1.2/impulse.so: wrong ELF class: ELFCLASS32


I think I need a 64bit impulse.so :(
Reply
:iconibboard:
Looks like it. I snagged my copy from the Impulse Screenlet on Gnome-Look: [link]
Reply
:iconwlourf:
Hi,
I just try it on a fresh install of Lucid and it doesn't work out of the box !
To get it work :
apt-get install libfftw3-3 libpulse0
and ALWAYS run the conky with the full path :
conky -c /full/path/conkyrc
I will update the readme. I guess you find the horizontal version
Reply
:iconsunjack94:
the error persist also with full path and I have libfftw3-3 and libpulse0 on my crunchbang 9.04
Reply
:iconwlourf:
Well, in fact I never managed to compile conky v1.8.0 to Crunchbang (even today), so I can't help you :-(; Maybe try to ask on the crunchbang forum... Good luck
Reply
Add a Comment: