Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The Radiobox tool read the settings from a configuration file.

Configuration file

The default configuration file is “RadioboxAudioConversion.settings.xml” in the same folder of the application.

You can change the configuration path and filename with the the appSettings key in the application configuration fileuses 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.

The syntax of <appSettings> is:

<add key="GeneralSettingsFileNAME" value="VALUE"/>

You can set this key-value settings:

The ‘value’ is the full path and filename of the general configuration file.

...

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 settings file

This XML file is created after a first start.

When closing or running the proces, the xml will be saved with the settings for processing. You can change this with the tool of directly in xml.

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
2=StereoTool,Trim,Norm
3=Trim,Norm.StereoTool
4=StereoTool,Trim,Norm
5=StereoTool,Norm,Trim

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

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=normal
2=high

1

LogLevel

Log level

0|1

0=Errors
1=Errors and info

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.

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