mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-09 22:43:11 +02:00
2017-12-13 Fred Gleason <fredg@paravelsystems.com>
* Added a 'Configuring Audio Ports' section to the Operations Guide.
This commit is contained in:
parent
63f7815281
commit
3cf5497a84
@ -16465,3 +16465,5 @@
|
||||
Operations Guide.
|
||||
2017-12-13 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Added a 'Configuring Host Variables' section to the Operations Guide.
|
||||
2017-12-13 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Added a 'Configuring Audio Ports' section to the Operations Guide.
|
||||
|
@ -136,6 +136,7 @@ OPSGUIDE_IMAGES = rdadmin.autofill_carts_dialog.png\
|
||||
rdadmin.configure_rdlibrary_dialog.png\
|
||||
rdadmin.configure_rdlogedit_dialog.png\
|
||||
rdadmin.dropbox_configuration_dialog.png\
|
||||
rdadmin.edit_audio_ports_dialog.png\
|
||||
rdadmin.edit_channel_gpios_dialog.png\
|
||||
rdadmin.edit_gpi_dialog.png\
|
||||
rdadmin.edit_host_variable_dialog.png\
|
||||
|
BIN
docs/opsguide/rdadmin.edit_audio_ports_dialog.png
Normal file
BIN
docs/opsguide/rdadmin.edit_audio_ports_dialog.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 36 KiB |
@ -2066,5 +2066,67 @@
|
||||
</para>
|
||||
</sect3>
|
||||
</sect2>
|
||||
<sect2 xml:id="sect.rdadmin.manage_hosts.configuring_audio_ports">
|
||||
<title>Configuring Audio Ports</title>
|
||||
<para>
|
||||
To configure audio ports, touch the
|
||||
<computeroutput>Audio Ports</computeroutput> button to open the
|
||||
Edit Audio Ports dialog.
|
||||
</para>
|
||||
<para>
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata align="center" fileref="rdadmin.edit_audio_ports_dialog.png" scale="50"/>
|
||||
</imageobject>
|
||||
<caption>
|
||||
<para>The Edit Audio Ports Dialog</para>
|
||||
</caption>
|
||||
</mediaobject>
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
As of this writing, settings made in this dialog will have effect
|
||||
only on audio devices using the AudioScience HPI driver.
|
||||
</para>
|
||||
</note>
|
||||
<para>
|
||||
The <computeroutput>Card:</computeroutput> dropdown is used to select
|
||||
the audio card to which to apply settings.
|
||||
<computeroutput>Clock Source:</computeroutput> is used to select the
|
||||
source of the sample clock.
|
||||
</para>
|
||||
<para>
|
||||
Each input and output port on a card can be set to be of a certain
|
||||
type (<userinput>Analog</userinput>, <userinput>AES/EBU</userinput>
|
||||
or <userinput>SP/DIFF</userinput>).
|
||||
The <computeroutput>Mode:</computeroutput> dropdown controls the
|
||||
routing of left/right signals (see table below), while the reference
|
||||
level of the signal at each port can be set with the
|
||||
<computeroutput>Ref. Level:</computeroutput> control.
|
||||
</para>
|
||||
<table xml:id="table.rdadmin.audio_port_mode_switch_settings" frame="all" pgwide="0">
|
||||
<title>Audio Port Mode Switch Settings</title>
|
||||
<tgroup cols="3" align="left" colsep="1" rowsep="1">
|
||||
<colspec colname="Channels" colwidth="3.0*"/>
|
||||
<colspec colname="Mode" colwidth="4.0*"/>
|
||||
<colspec colname="Effect" colwidth="20.0*"/>
|
||||
<thead>
|
||||
<row><entry>Channels</entry><entry>Mode</entry><entry>Effect</entry>
|
||||
</row>
|
||||
</thead>
|
||||
<tbody>
|
||||
<row><entry>1</entry><entry>Normal</entry><entry>Left+Right sum to mono</entry></row>
|
||||
<row><entry>1</entry><entry>Swap</entry><entry>Left+Right sum to mono</entry></row>
|
||||
<row><entry>1</entry><entry>Left Only</entry><entry>Left only to mono</entry></row>
|
||||
<row><entry>1</entry><entry>Right Only</entry><entry>Right only to mono</entry></row>
|
||||
<row><entry>2</entry><entry>Normal</entry><entry>Stereo</entry></row>
|
||||
<row><entry>2</entry><entry>Swap</entry><entry>Stereo, Left swapped with Right</entry></row>
|
||||
<row><entry>2</entry><entry>Left Only</entry><entry>Left only, Right muted</entry></row>
|
||||
<row><entry>2</entry><entry>Right Only</entry><entry>Right only, Left muted</entry></row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</table>
|
||||
|
||||
</sect2>
|
||||
</sect1>
|
||||
</chapter>
|
||||
|
Loading…
x
Reference in New Issue
Block a user