DPE WorkflowSystem 3.x

ConvertAudioFileJob

Converts an audio file.

VST3 filters can be also applied here.

ConvertAudioFileJob.png

Properties

ConvertAudioFileJob_Properties.png

Input

Name

Description

InputFilePath

Input file path.

OutputFilePath

Output file path.

OutputFormat

Output format in Audio32 section string format, e.g.

[FILETYPE]RAW[FORMAT]MPEG-LAYER3[SAMPLERATE]48000[BITRATE]128[MODE]Stereo

All Audio32 section string tags are supported, e.g. add [RELAXED_ERROR_CHECK]1 for relaxed error check.

OutputMetadata

Optional. Some output formats support embedding metadata, e.g. MP3 and ID3 tags. The metadata can be specified here using section strings, e.g. 

[TITLE]My title[PERFORMER]My performer[ID3V2/TRCK]2[ID3V2/TPOS]1

Supported standard tags:

[TITLE], [PUBLISHER], [COMPOSER], [PRODUCER], [PERFORMER], [OWNER], [ALBUM], [REMARK], [DATE], [TIME], [LENGTH]

Any ID3 V2 tag can be set by using the syntax [ID3V2/...]

Also an image can be embedded as ID3V2 tag, [ID3V2/APIC03]...pathToImage...

Output

Name

Description

InputFormat

Optionally you want to know the input format (in Audio32 section string format)

ResultFormat

The real and fully-qualified format written.