About the configuration files
The Radiobox uses three type of configuration:
Runtime and general application settings
Settings for the process
input values for each tab with folders
Runtime application settings
The ‘RadioboxAudioConversion.exe.config’ is the general application file for the application. Please let the file as it is but expand it with <appSettings> between the <configuration>..</configuration> element.
Inside the <appSettings>, new elements can be added:
<add key="NAME" value="VALUE"/>
You can set the next key-value settings:
Appsettings key | value type | description |
---|---|---|
GeneralSettingsFile | string | The absolute or relative path with filename for the processing settings files. Default is ‘RadioboxAudioConversion.settings.xml’ |
FolderGroupSettingsMap | string | The absolute of relative path (without filename) where the folder group setting files are saved and loaded. Default is ‘FolderSettings’ |
General process settings file
This XML file is created after a first start of the tool.
When closing the tool or running the proces, the xml will be saved with the current processing values:
Setting name | Description | Possible options | Default value |
---|---|---|---|
ManualOutputFile | Output audiofile | Filename or path with filename | output.wav |
Order | One of the order options | 1 .. 5 1=Trim,StereoTool,Norm | 1 |
TrimEnabled | Enable trim option | True|False | True |
TrimThreshold | Trim treshold dB value | -90 .. 0 | -45 |
TrimSilenceBegin | Silence at begin in milliseconds | positive number from 0 | 0 |
TrimSilenceEnd | Silence at the end in milliseconds | positive number from 0 | 0 |
StereoToolEnabled | Enable stereo tool | True|False | True |
StereoToolSTSFile | Stereo tool sts file | Filename with sts settings | default.sts |
NormalizeEnabled | Enable normalizing | True|False | True |
NormalizeTarget | Target peak leven in dB | -90 .. 0 | 0 |
DurationRoundOnEnabled | Enable rounding duration | True|False | False |
DurationRoundOnSecond | Stretcht or shrink the sound duration rounded in x sec. | positive number from 0 | 1 |
ExportFormat | Audio output file in MP3 or Wave | MP3|Wave | MP3 |
ExportSampleRate | Audio output file sample rate in hz | 44100|48000 | 44100 |
ExportMP3BitRate | Audio output file MP3 bitrate in kb/s | 32|40|…|320 See dropdown list in tool for possible values. Set only alfa-numeric. | 256 |
ExportEncodeMode | Audio output file Wave encode mode | See dropdown list in tool for possible values | PCM 16 bits Signed |
CPUPrority | CPU Priority | 0..2 0=low | 1 |
LogLevel | Log level | 0|1 0=Errors | 0 |
Folder group settings files
For each tab with input, output and active value, a file will be saved in a map. De name of the file is the description ended with xml.
The next options are apply for each group:
Name | Description | Value |
---|---|---|
Description | Description | string. max 15 characters. |
InputFolder | The input folder | string. max 254 characters |
backupFolder | The backup folder | string. max 254 characters |
OutputFolder | The output folder | string. max 254 characters |
Active | Active or not | True|False |
Tabnumber | numeric value for ordering of tabs | 1..n |
Related content
(c) RTVSoftware