convert-recording
Converts measurement files saved by older versions of the SotF desktop app
(recording.json) to the current roomeq input format (RoomConfig JSON).
It also rewrites existing RoomConfig input files and DspChainOutput
output files using the latest schema version.
Synopsis
Section titled “Synopsis”convert-recording <INPUT> [OUTPUT]Arguments
Section titled “Arguments”| Argument | Required | Description |
|---|---|---|
INPUT | Yes | Path to a legacy recording.json, RoomConfig, or DspChainOutput file |
OUTPUT | No | Output path. Defaults to overwriting INPUT (with .bak backup) |
Examples
Section titled “Examples”Convert in-place (creates recording.json.bak):
convert-recording recording.jsonConvert to a new file:
convert-recording recording.json room-config.jsonRewrite an existing file in-place to the latest schema version:
convert-recording room-config.jsonWhen to Use
Section titled “When to Use”Use this tool when you have recording.json files created by SotF versions
before 0.5.x, or when you want to normalize existing RoomEQ input/output JSON
after a schema version bump.