Raw File Formatter Filter Specification
The Raw File Formatter filter is used in an output graph, immediately before a FileWriter or DPE Writer filter. Other than the WAVDest filter, which formats output as a WAVE file, the Raw File Formatter formats the output stream as a raw file (audio only, no metadata).
JSON Structure
{
"name": "Raw File Formatter",
"overlapOnSwitch": ...,
"createMpeg": {
"Mp3": false/true,
"bitRate": "...",
"jointStereo": "..."
}
}
|
Field |
Description |
|---|---|
|
overlapOnSwitch |
A time in milliseconds, which specifies an "overlap" in the audio between two adjacent database entries in case of output switches. The field is optional, default is 0 (i.e. no overlap). |
|
createMpeg |
This object should always be present. The audio content of the file will be encoded as MPEG.
|
Notes:
-
To make MPEG encoding possible, if the output graph must not have more than 2 channels, and its sample rate must be valid for MPEG (32000, 44100 or 48000).
-
For MPEG Layer 3 encoding, the external DLL lame_enc.dll is needed.