mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-29 07:02:34 +02:00
2017-12-08 Fred Gleason <fredg@paravelsystems.com>
* Changed the title of the 'RDLogEdit configuration' dialog in rdadmin(1) to 'Configure RDLogEdit'. * Added a 'Configuring RDLogEdit' section to the Operations Guide.
This commit is contained in:
parent
c14f06c9df
commit
52383928f7
@ -16449,3 +16449,7 @@
|
||||
* Changed the title of the 'RDPanel configuration' dialog in
|
||||
rdadmin(1) to 'Configure RDPanel'.
|
||||
* Added a 'Configuring RDPanel' section to the Operations Guide.
|
||||
2017-12-08 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Changed the title of the 'RDLogEdit configuration' dialog in
|
||||
rdadmin(1) to 'Configure RDLogEdit'.
|
||||
* Added a 'Configuring RDLogEdit' section to the Operations Guide.
|
||||
|
@ -133,6 +133,7 @@ OPSGUIDE_IMAGES = rdadmin.autofill_carts_dialog.png\
|
||||
rdadmin.configure_rdairplay_dialog.png\
|
||||
rdadmin.configure_rdcatch_dialog.png\
|
||||
rdadmin.configure_rdlibrary_dialog.png\
|
||||
rdadmin.configure_rdlogedit_dialog.png\
|
||||
rdadmin.edit_channel_gpios_dialog.png\
|
||||
rdadmin.edit_service_dialog.png\
|
||||
rdadmin.group_dialog.png\
|
||||
|
BIN
docs/opsguide/rdadmin.configure_rdlogedit_dialog.png
Normal file
BIN
docs/opsguide/rdadmin.configure_rdlogedit_dialog.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 36 KiB |
@ -1377,5 +1377,81 @@
|
||||
RDAirPlay configuration</link>. Please see that section for details.
|
||||
</para>
|
||||
</sect2>
|
||||
<sect2 xml:id="sect.rdadmin.manage_hosts.configuring_rdlogedit">
|
||||
<title>Configuring RDLogEdit</title>
|
||||
<para>
|
||||
To configure the rdlogedit(1) module, touch the
|
||||
<computeroutput>RDLogEdit</computeroutput> button to open the
|
||||
Configure RDLogEdit dialog.
|
||||
</para>
|
||||
<para>
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata align="center" fileref="rdadmin.configure_rdlogedit_dialog.png" scale="50"/>
|
||||
</imageobject>
|
||||
<caption>
|
||||
<para>The Configure RDLogEdit Dialog</para>
|
||||
</caption>
|
||||
</mediaobject>
|
||||
</para>
|
||||
<para>
|
||||
The <computeroutput>INPUT</computeroutput> and
|
||||
<computeroutput>OUTPUT</computeroutput> are used to specify
|
||||
the audio input and output to be used.
|
||||
</para>
|
||||
<para>
|
||||
The <computeroutput>Max Record Time</computeroutput> field sets
|
||||
the maximum time that rdlogedit(1)'s voice tracker will run in
|
||||
record mode; when this time is reached, it will be automatically
|
||||
stopped. To allow an unlimited record duration, set this to
|
||||
<userinput>00:00:00</userinput>.
|
||||
</para>
|
||||
<para>
|
||||
The <computeroutput>AutoTrim Threshold</computeroutput> control sets
|
||||
audio level at which to trim the ends of the recorded audio in the
|
||||
voice tracker.
|
||||
</para>
|
||||
<para>
|
||||
The <computeroutput>Normalization Level</computeroutput> control sets
|
||||
audio level at which to peak normalize the recorded audio in the
|
||||
voice tracker.
|
||||
</para>
|
||||
<para>
|
||||
The <computeroutput>Format:</computeroutput> and
|
||||
<computeroutput>Bit Rate:</computeroutput> dropdowns are used
|
||||
to specify the audio encoding format used in the Rivendell audio
|
||||
store with the voice tracker.
|
||||
<computeroutput>Bit Rate:</computeroutput> is used only for a
|
||||
<computeroutput>Format:</computeroutput> setting of
|
||||
<computeroutput>MPEG Layer 2</computeroutput>.
|
||||
</para>
|
||||
<para>
|
||||
If the <computeroutput>Enable 2nd Start Button:</computeroutput>
|
||||
dropdown is set to <computeroutput>No</computeroutput>, then
|
||||
the voice tracker will not display the second
|
||||
<computeroutput>Start</computeroutput> button (and hence, not
|
||||
run the event that follows the recorded track), but wait for the
|
||||
<computeroutput>Save</computeroutput> button to be touched after
|
||||
starting the track recording.
|
||||
</para>
|
||||
<para>
|
||||
The <computeroutput>Play Start Cart:</computeroutput>,
|
||||
<computeroutput>Play End Cart:</computeroutput>,
|
||||
The <computeroutput>Record Start Cart:</computeroutput> and
|
||||
The <computeroutput>Record End Cart:</computeroutput> fields each
|
||||
take the number of a macro cart to be executed when the respective
|
||||
audio signal starts or ends. (Useful for automated external audio
|
||||
paths changes to support voicetracking operations).
|
||||
</para>
|
||||
<para>
|
||||
The <computeroutput>Channels:</computeroutput> dropdown indicates
|
||||
the number of channels to use when recording voicetracks.
|
||||
</para>
|
||||
<para>
|
||||
The <computeroutput>Default Transition</computeroutput> indicates
|
||||
the transition type to use by default when adding a new log
|
||||
event.
|
||||
</para>
|
||||
</sect2>
|
||||
</sect1>
|
||||
</chapter>
|
||||
|
@ -64,7 +64,7 @@ EditRDLogedit::EditRDLogedit(RDStation *station,RDStation *cae_station,
|
||||
//
|
||||
// Dialog Name
|
||||
//
|
||||
setCaption(tr("RDLogedit config for ")+station->name());
|
||||
setCaption(tr("Configure RDLogedit"));
|
||||
|
||||
//
|
||||
// Input Configuration
|
||||
|
@ -2916,7 +2916,7 @@ nastaveném pro běh služby CAE pro naplnění databáze se zdroji zvuku.</tran
|
||||
<name>EditRDLogedit</name>
|
||||
<message>
|
||||
<source>RDLogedit config for </source>
|
||||
<translation>Nastavení RDLogedit pro </translation>
|
||||
<translation type="obsolete">Nastavení RDLogedit pro </translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>INPUT</source>
|
||||
@ -3102,6 +3102,10 @@ nastaveném pro běh služby CAE pro naplnění databáze se zdroji zvuku.</tran
|
||||
<source>PCM24</source>
|
||||
<translation type="unfinished">PCM24</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Configure RDLogedit</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>EditRDPanel</name>
|
||||
|
@ -2885,10 +2885,6 @@ configured to run the CAE service in order to populate the audio resources datab
|
||||
</context>
|
||||
<context>
|
||||
<name>EditRDLogedit</name>
|
||||
<message>
|
||||
<source>RDLogedit config for </source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>INPUT</source>
|
||||
<translation type="unfinished">EINGANG</translation>
|
||||
@ -3071,6 +3067,10 @@ configured to run the CAE service in order to populate the audio resources datab
|
||||
<source>PCM24</source>
|
||||
<translation type="unfinished">PCM24</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Configure RDLogedit</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>EditRDPanel</name>
|
||||
|
@ -2896,7 +2896,7 @@ equipo configurado para ejecutar CAE para obtener la información de audio.</tra
|
||||
<name>EditRDLogedit</name>
|
||||
<message>
|
||||
<source>RDLogedit config for </source>
|
||||
<translation>Configuración de RDLogEdit para </translation>
|
||||
<translation type="obsolete">Configuración de RDLogEdit para </translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>INPUT</source>
|
||||
@ -3082,6 +3082,10 @@ computador para obtener los recursos de audio de dicho equipo.</translation>
|
||||
<source>PCM24</source>
|
||||
<translation type="unfinished">PCM24</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Configure RDLogedit</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>EditRDPanel</name>
|
||||
|
@ -2561,10 +2561,6 @@ configured to run the CAE service in order to populate the audio resources datab
|
||||
</context>
|
||||
<context>
|
||||
<name>EditRDLogedit</name>
|
||||
<message>
|
||||
<source>RDLogedit config for </source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>INPUT</source>
|
||||
<translation type="unfinished"></translation>
|
||||
@ -2731,6 +2727,10 @@ configured to run the CAE service in order to populate the audio resources datab
|
||||
<source>PCM24</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Configure RDLogedit</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>EditRDPanel</name>
|
||||
|
@ -2881,10 +2881,6 @@ configured to run the CAE service in order to populate the audio resources datab
|
||||
</context>
|
||||
<context>
|
||||
<name>EditRDLogedit</name>
|
||||
<message>
|
||||
<source>RDLogedit config for </source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>INPUT</source>
|
||||
<translation type="unfinished">INNGANG</translation>
|
||||
@ -3067,6 +3063,10 @@ configured to run the CAE service in order to populate the audio resources datab
|
||||
<source>PCM24</source>
|
||||
<translation type="unfinished">PCM24</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Configure RDLogedit</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>EditRDPanel</name>
|
||||
|
@ -2881,10 +2881,6 @@ configured to run the CAE service in order to populate the audio resources datab
|
||||
</context>
|
||||
<context>
|
||||
<name>EditRDLogedit</name>
|
||||
<message>
|
||||
<source>RDLogedit config for </source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>INPUT</source>
|
||||
<translation type="unfinished">INNGANG</translation>
|
||||
@ -3067,6 +3063,10 @@ configured to run the CAE service in order to populate the audio resources datab
|
||||
<source>PCM24</source>
|
||||
<translation type="unfinished">PCM24</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Configure RDLogedit</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>EditRDPanel</name>
|
||||
|
@ -2873,10 +2873,6 @@ configured to run the CAE service in order to populate the audio resources datab
|
||||
</context>
|
||||
<context>
|
||||
<name>EditRDLogedit</name>
|
||||
<message>
|
||||
<source>RDLogedit config for </source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>INPUT</source>
|
||||
<translation type="unfinished">ENTRADA</translation>
|
||||
@ -3059,6 +3055,10 @@ configured to run the CAE service in order to populate the audio resources datab
|
||||
<source>PCM24</source>
|
||||
<translation type="unfinished">PCM24</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Configure RDLogedit</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>EditRDPanel</name>
|
||||
|
Loading…
x
Reference in New Issue
Block a user