Linux realtime audio visualizer

15

3

I'm looking for a program that will visualize anything that goes through my audio-output (in this case it's Spotify) and display it on the screen. Does this exist?

I'm running Ubuntu.

Emil

Posted 2011-06-01T16:31:19.767

Reputation: 151

Answers

8

Try using projectM.

enter image description here

Either the packages is already in your sources or you can compile the source code from sourceforge.

There are packages for pulseaudio and JACK. ProjectM is able to directly use the audio output or your OS.

Stephan Schielke

Posted 2011-06-01T16:31:19.767

Reputation: 301

For 12.04 it's in the repos. Chances are good you want to install package projectm-pulseaudio (jack is also available). However I had to unmute an input monitor as described here http://askubuntu.com/a/532767/64513 in order to get some signal to the visuals. But otherwise: cool!

– nuala – 2015-02-21T20:45:32.147

6

cava is a fun one. It's a console application, so it's fairly lightweight. You can also run it in an ssh session from a different computer on the network.

Anton Liakhovitch

Posted 2011-06-01T16:31:19.767

Reputation: 571

4

This page [archived] has many different visualizers.

evan.bovie

Posted 2011-06-01T16:31:19.767

Reputation: 2 758

This site doesn't exist anymore... – Nearoo – 2016-07-15T19:28:50.893

@evan.bovie RIP. – Nearoo – 2016-07-16T20:18:09.823

Had the same wish as Emil but I am looking for a "party mode" visualizer. All those on linuxaudio are too scientific. – Stephan Schielke – 2014-01-29T21:20:55.930

2

found Synaesthesia to be both beautiful and easy to use, it also works well with pulseaudio through the command

padsp synaesthesia line

website: http://logarithmic.net/pfh/synaesthesia

it is available in ubuntu repositories

demon36

Posted 2011-06-01T16:31:19.767

Reputation: 21