mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
f6c63f0d8e
Original commit message from CVS: * removal of //-style comments * don't link plugins to core libs -- the versioning is done internally to the plugins with the plugin_info struct, and symbol resolution is lazy, so we can always know if a plugin can be loaded by the plugin_info data. in theory. |
||
---|---|---|
.. | ||
.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).