docs: Update how to use a custom audio sink
This commit is contained in:
parent
11e85dd479
commit
23121d4a15
@ -73,5 +73,12 @@ Using a custom audio sink
|
|||||||
=========================
|
=========================
|
||||||
|
|
||||||
If you for some reason want to use some other GStreamer audio sink than
|
If you for some reason want to use some other GStreamer audio sink than
|
||||||
``autoaudiosink``, you can change :attr:`mopidy.settings.GSTREAMER_AUDIO_SINK`
|
``autoaudiosink``, you can add ``mopidy.outputs.custom.CustomOutput`` to the
|
||||||
in your ``settings.py`` file.
|
: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'
|
||||||
|
|||||||
@ -9,8 +9,8 @@ setup and whether you want to use stable releases or less stable development
|
|||||||
versions.
|
versions.
|
||||||
|
|
||||||
|
|
||||||
Install dependencies
|
Requirements
|
||||||
====================
|
============
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:hidden:
|
:hidden:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user