mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 18:05:37 +00:00
29ea57179f
Original commit message from CVS: s/@GST_PLUGIN_LDFLAGS@/$(GST_PLUGIN_LDFLAGS)/ @-substitued variables variables are defined as make variables automagically, and this gives the user the freedom to say make GST_PLUGIN_LDFLAGS=-myflag |
||
---|---|---|
.. | ||
.gitignore | ||
gstsynaesthesia.c | ||
Makefile.am | ||
README | ||
README-syna | ||
synaescope.c | ||
synaescope.h |
This is a visualization based on on synaesthesia. (see README-syna). This implementation is taken from alsaplayer: http://www.alsaplayer.org/ It is based on synaesthesia version 1.3 (or maybe 1.4, I'm not entirely certain), with some modifications by Richard Boulton to try and ensure that something interesting is displayed for both very quiet and very loud music. Note: only one instance of this plugin may be created at a time: it has a lot of static data. This should be fixed (and it shouldn't be hard to do so, either).