docs: Update how to use a custom audio sink

This commit is contained in:
Stein Magnus Jodal 2011-06-09 18:08:19 +02:00
parent 11e85dd479
commit 23121d4a15
2 changed files with 11 additions and 4 deletions

View File

@ -73,5 +73,12 @@ Using a custom audio sink
=========================
If you for some reason want to use some other GStreamer audio sink than
``autoaudiosink``, you can change :attr:`mopidy.settings.GSTREAMER_AUDIO_SINK`
in your ``settings.py`` file.
``autoaudiosink``, you can add ``mopidy.outputs.custom.CustomOutput`` to the
:attr:`mopidy.settings.OUTPUTS` setting, and set the
:attr:`mopidy.settings.CUSTOM_OUTPUT` setting to a partial GStreamer pipeline
description describing the GStreamer sink you want to use.
Example of ``settings.py`` for OSS4::
OUTPUTS = (u'mopidy.outputs.custom.CustomOutput',)
CUSTOM_OUTPUT = u'oss4sink'

View File

@ -9,8 +9,8 @@ setup and whether you want to use stable releases or less stable development
versions.
Install dependencies
====================
Requirements
============
.. toctree::
:hidden: