Skip to main content
Skip table of contents

Configure ROAD Scheduling

ROAD Scheduling Client: Configuration file creation

Parameter 'formats'

Audio formats can be specified in DigaSystem parameters

Each format is described in a Config parameter under ROAD_Scheduling|AudioFormats|<FolderName>|Config. The value is the JSON string described above.

Example:

Example configurations:

CODE
{ "name": "format 1", "sampleRate": 48000, "resolution": 16 },
{ "name": "format 2", "sampleRate": 44100, "resolution": 24 },
{ "name": "format 3", "sampleRate": 48000, "createMpeg": { "bitRate": 256, "jointStereo": false } },
{ "name": "format 4", "sampleRate": 44100, "createMpeg": { "bitRate": 256, "jointStereo": false } }

You can find also an example parameter file in your delivery (ROAD_Web_Clients_yourversion\docs\DPE-Parameter-samples) , which is “ROAD_Scheduling_AudioFormats.par”.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.