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]
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
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 .
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
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
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
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
Suggestions could be appreciated
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 .
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)
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
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
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