Skip to content

convert-recording

Converts measurement files saved by older versions of the SotF desktop app (recording.json) to the current roomeq input format (RoomConfig JSON).

convert-recording <INPUT> [OUTPUT]
ArgumentRequiredDescription
INPUTYesPath to legacy recording.json file
OUTPUTNoOutput path. Defaults to overwriting INPUT (with .bak backup)

Convert in-place (creates recording.json.bak):

Terminal window
convert-recording recording.json

Convert to a new file:

Terminal window
convert-recording recording.json room-config.json

If you have recording.json files created by SotF versions before 0.5.x, they use a legacy measurement format that the current roomeq CLI does not accept directly. Run convert-recording once and then use the output file as your roomeq --config input.