Configure InstaRecorder
Setting the DigaSystem parameters for the InstaRecoder has the following sections:
Each parameter is described in the complete list.
Audio Format
The Audio format is the one used for all recordings in InstaRecorder.
It specifies the resolution and the sample rate.
Parameters:
- Resolution
- SampleRate
Audio level scales
The Audio level scales can be configured separately for the faders and the level meter, which shares one scale with the level trigger.
Each scale value to be displayed can be defined. They can be represented in logarithmic or linear scale.
Parameters:
- LinearDbScale
- Segments
Recorders
Any amount of recorder strips can be defined to appear by default.
Parameter: RecorderCount
Configure each Recorder
Each Recorder gets a set of parameters defining the defaults for device, channels, DigaSystem table and title:
Its parameters are placed in a sub-folders Recorders\Recorder_<x> (<x> subsequent from 1 to the number of recorders), which contains:
- Device
- Table
- Title
- a sub-folder Channels with one key for each channel
- CH<x> (<x> is the indicated channel number)
Automated Start Trigger
The Start Trigger mechanism is used to automatically start a recording when the audio level of a source device reaches a certain level for at least a defined amount of time.
Parameters:
- StartSignal\LevelDb
- StartSignal\DurationMs
Complete list of DigaSystem parameters for InstaRecorder
Folder | Parameter | Default Value | Format / Example | Description |
---|---|---|---|---|
InstaRecorder | ApplicationId | Id of the InstaRecorder instance. All instances with the same id are synchronized. | ||
InstaRecorder | MaxRecordingLength | 01:00:00 | Duration after which an automatic switch of output files is done. | |
InstaRecorder | RecorderCount | Number of recorders to be available in parallel For each of them a section "InstaRecorder / Recorders / Recorder_x" can be configured (see below). | ||
InstaRecorder | RoadServiceUrl | https://my-road-admin.internal.com:11005/ | Full URL (including protocol and port) of the ROAD Service | |
InstaRecorder | TitleTemplate | {Title} [${StartTime||yyyy-MM-dd HH:mm:ss||L}] {Counter} | Pattern to use when saving an entry to DPE. The {Title} will be filled from the specific recorder's title entry and be supplemented with start time and counter as specified in this pattern. | |
InstaRecorder | ZeroLengthFileDeletion | soft / hard / no | Zero length entries are created with a paused recording which never started. This parameter specifies what to do with those entries:
| |
InstaRecorder / Format | Resolution | 24 | A number that represents the resolution (in bits) of the audio stream. | |
InstaRecorder / Format | SampleRate | 48000 | A number that represents the sample rate (in Hz) of the audio stream. | |
InstaRecorder / InputScale | LinearDbScale | true / false | If the level meter's scale is linear or logarithmic | |
InstaRecorder / InputScale | Segments | 100.0, 6.0, 3.0, 0.0, -3.0, -6.0, -9.0, -12.0, -48.0 | Comma-separated floating point number which should be shown on the level meter's scale. | |
InstaRecorder / TriggerScale | LinearDbScale | true / false | If the trigger's scale is linear or logarithmic | |
InstaRecorder / TriggerScale | Segments | 100.0, 6.0, 3.0, 0.0, -3.0, -6.0, -9.0, -12.0, -48.0 | Comma-separated floating point number which should be shown on the trigger fader's scale. | |
InstaRecorder / StartSignal | DurationMs | 20 | Required time that the audio has to be over the LevelDb in order to trigger the recording. | |
InstaRecorder / StartSignal | LevelDb | -12.0 | Floating point number that represents the required audio level (in dB) at which the recording will be triggered. | |
InstaRecorder / Recorders / Recorder_1 | Device | The device selected by default on this recorder | ||
InstaRecorder / Recorders / Recorder_1 | Table | VM-DIGAS\Production_Recording | The default DPE output table - where the recordings made on this recorder will be saved Must contain the name of the database and the name of the table, separated with a backslash ( ' | |
InstaRecorder / Recorders / Recorder_1 | Title | The default title of the recording for this recorder. This title is inserted into the TitleTemplate when saving output to DPE. | ||
InstaRecorder / Recorders / Recorder_1 / Channels | CH1 | One parameter key per channel (e.g. CH1 ) with the value being the fader's default level (in dB) as a floating point number. | ||
InstaRecorder / Recorders / Recorder_1 / Channels | CH2 etc. | Any amount of channels | ||
InstaRecorder / Recorders / Recorder_2 etc. | All recorder parameters until RecorderCount |