Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 2 Next »

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

<add key="GeneralSettingsFile" value=""/>

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

Table of settings

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

  • No labels