audio: Update changelog and docs for visualizer.
This commit is contained in:
parent
a4d2f28ade
commit
c5c2d10455
@ -33,6 +33,11 @@ v0.15.0 (UNRELEASED)
|
|||||||
hierarchy from your Spotify account is available in Mopidy. (Fixes:
|
hierarchy from your Spotify account is available in Mopidy. (Fixes:
|
||||||
:issue:`62`)
|
:issue:`62`)
|
||||||
|
|
||||||
|
**Audio**
|
||||||
|
|
||||||
|
- Added support for viusalization. :confval:`audio/visualizer` can now be set
|
||||||
|
to GStreamer visualizers.
|
||||||
|
|
||||||
|
|
||||||
v0.14.2 (2013-07-01)
|
v0.14.2 (2013-07-01)
|
||||||
====================
|
====================
|
||||||
|
|||||||
@ -90,6 +90,16 @@ Core configuration values
|
|||||||
``gst-inspect-0.10`` to see what output properties can be set on the sink.
|
``gst-inspect-0.10`` to see what output properties can be set on the sink.
|
||||||
For example: ``gst-inspect-0.10 shout2send``
|
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
|
.. confval:: logging/console_format
|
||||||
|
|
||||||
The log format used for informational logging.
|
The log format used for informational logging.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user