I'd like to write VU meter screensaver for my player running on Raspbian.
Has anybody done that using Python? I believe ALSA API should be used for this task similar to this:
ameter
There is some Python wrapper for ALSA:
https://github.com/larsimmisch/pyalsaaudio
Is it the only way to go? Does ALSA use DBUS?
Is it possible to write spectrum analyzer using ALSA API?
Has anybody done that using Python? I believe ALSA API should be used for this task similar to this:
ameter
There is some Python wrapper for ALSA:
https://github.com/larsimmisch/pyalsaaudio
Is it the only way to go? Does ALSA use DBUS?
Is it possible to write spectrum analyzer using ALSA API?
Last edited:
Just a bunch of links from google
audio - MPD, FIFO, Python, Audioop, Arduino, and Voltmeter: "Faking" a VU Meter - Stack Overflow
https://github.com/sofuture/mpdvz
https://github.com/Wintervenom/gst-spectrumdump/blob/master/mpd-spectrumdump
ameter
Linux HowTo: Alsa Audio Meter
https://github.com/karlstav/cava
audio - MPD, FIFO, Python, Audioop, Arduino, and Voltmeter: "Faking" a VU Meter - Stack Overflow
https://github.com/sofuture/mpdvz
https://github.com/Wintervenom/gst-spectrumdump/blob/master/mpd-spectrumdump
ameter
Linux HowTo: Alsa Audio Meter
https://github.com/karlstav/cava
- Status
- Not open for further replies.