{
  "id" : "om-system-ls-p5--silence-at-zoom-measurements",
  "system" : "monochrome.sutic.nu",
  "title" : "Sound intensity measurements for silence at different zoom settings.",
  "url" : "https://monochrome.sutic.nu/2025/10/30/om-system-ls-p5--silence-at-zoom-measurements.json",
  "referrer" : "https://monochrome.sutic.nu/2025/10/30/om-system-ls-p5.html",
  "schema" : {
    "fields" : [ {
      "id" : "zoom0",
      "displayName" : "Zoom 0",
      "description" : "RMS of normalized linear amplitude at zoom 0 (widest).",
      "type" : "float",
      "jsonType" : "number"
    }, {
      "id" : "zoom10",
      "displayName" : "Zoom 10",
      "description" : "RMS of normalized linear amplitude at zoom 10 (middle).",
      "type" : "float",
      "jsonType" : "number"
    }, {
      "id" : "zoom20",
      "displayName" : "Zoom 20",
      "description" : "RMS of normalized linear amplitude at zoom 20 (narrowest).",
      "type" : "float",
      "jsonType" : "number"
    } ]
  },
  "data" : [ {
    "zoom0" : 0.000922,
    "zoom10" : 0.000844,
    "zoom20" : 0.000876
  } ]
}