audio: Update changelog and docs for visualizer.

This commit is contained in:
Thomas Adamcik 2013-08-01 01:53:07 +02:00
parent a4d2f28ade
commit c5c2d10455
2 changed files with 15 additions and 0 deletions

View File

@ -33,6 +33,11 @@ v0.15.0 (UNRELEASED)
hierarchy from your Spotify account is available in Mopidy. (Fixes:
:issue:`62`)
**Audio**
- Added support for viusalization. :confval:`audio/visualizer` can now be set
to GStreamer visualizers.
v0.14.2 (2013-07-01)
====================

View File

@ -90,6 +90,16 @@ Core configuration values
``gst-inspect-0.10`` to see what output properties can be set on the sink.
For example: ``gst-inspect-0.10 shout2send``
.. confval:: audio/visualizer
Visualizer to use.
Can be left blank if no visualizer is desired. Otherwise this expects a
GStreamer visualizer. Typical values are ``monoscope``, ``goom``,
``goom2k1`` or one of the `libvisual`_ visualizers.
.. _libvisual: http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-base-plugins/html/gst-plugins-base-plugins-plugin-libvisual.html
.. confval:: logging/console_format
The log format used for informational logging.