WAVDest Filter Specification
WAVDest Filter Specification
The WAVDest (WAVE Destination) filter is used in an output graph, immediately before a FileWriter or DPE Writer filter. It formats the output stream as a WAVE/BWF file.
JSON Structure
{
"name": "WAVDest",
"title": "...",
"writeRF64": "...",
"writeLevlChunk": "...",
"overlapOnSwitch": ...
"createMpeg": {
"bitRate": "...",
"jointStereo": "..."
}
}
Field | Description |
---|---|
title | This string is written to the title field of the BWF file's metadata. The field is optional, default is an empty string. The usage of placeholders is supported for this field (e.g. "title": "Recording ${StartTime|HH:mm:ss.fff}"). |
writeRF64 | Either "true" or "false" . If "true" , the target file is written in a way, that the format will switch to RF64 on the fly, as soon as the file size exceeds 4GB. The field is optional, default is "true" . |
writeLevlChunk | Either "true" or "false" . If "true" , BWF metadata containing the waveform is written to the file. The field is optional, default is "true" . |
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 is optional. If it is present, the audio content of the WAVE file will be encoded as MPEG Layer 2.
|
Notes:
- MPEG encoding is only possible, if the output graph has not more than 2 channels, and its sample rate is valid for MPEG Layer 2 (32000, 44100 or 48000).