You are not logged in.
Pages: 1
Does anyone know of a MPD client that supports visualizations? I've been Googling about it for a while, but haven't gotten anything back yet. Even something that could "visualize" the output line from the soundcard would do it... I rather enjoy being able to have visualizations....
Thanks.
·¬»· i am shadowhand, powered by webfaction
Offline
hmmm, it'd be a fun project... shouldn't be all too hard, as mpd allows multiple clients to connect... you just make a new client which connects and uses the output to render the visualization
Offline
I have no idea what's involved, but using the OSS "goom" visualization from the Xine project and tying it to MPD would be awesome. Even better, porting the XMMS/BMP style visualizations would be even better.
If I knew how to program, I'd be all over this in a second.
EDIT: can someone move this to Multimedia?
·¬»· i am shadowhand, powered by webfaction
Offline
I just found this article that explains how to create a OpenGL screensaver that works off of Winamp. I imagine that it wouldn't be hard to use the idea here to make a visualization or screensaver ( 8O ) that uses MPD instead of Winamp for sound.
·¬»· i am shadowhand, powered by webfaction
Offline
hmmm, it'd be a fun project... shouldn't be all too hard, as mpd allows multiple clients to connect... you just make a new client which connects and uses the output to render the visualization
The server-client interface itself is probably the wrong place to hook things, since it prolly won't transmit audio related data but pure textstuff
(title, artis, volume state etc)
mpd supports either alsa and oss architecture so ther emight be some kind
of meta layer for audio stuff, I just wonder if it woulde be really easy
-neri
Offline
The server-client interface itself is probably the wrong place to hook things, since it prolly won't transmit audio related data but pure textstuff
(title, artis, volume state etc)
I think that hit me just after I posted... but I was being lazy - yeah mpd clients to get any direct audio signals... only info.
So, it'd probably require either a direct hack into the mpd code, or some way to stick a "shim" inbetween mpd and the sound device (that's kinda interesting, now that I think about it... maybe an alsa plugin, which would allow visualizations for any player... ugh, too much thinking....)
Offline
Pages: 1