{
  "warmup": {
    "audio": "resources/a.wav",
    "language": "English",
    "context": "Transcribe the speech exactly."
  },
  "requests": [
    {
      "audio": "resources/sample.wav",
      "start_sec": 10.6,
      "end_sec": 14.05,
      "language": "English",
      "context": "Transcribe the speech exactly. Preserve numeric values.",
      "expected_fragments": ["twenty-two thousand five hundred times longer"]
    },
    {
      "audio": "resources/a.wav",
      "language": "English",
      "context": "Transcribe the speech exactly. Preserve years and numbers.",
      "expected_fragments": ["year eighteen o three"]
    },
    {
      "audio": "resources/b.wav",
      "start_sec": 7.35,
      "end_sec": 9.95,
      "language": "English",
      "context": "Transcribe the speech exactly. Preserve numeric values.",
      "expected_fragments": ["4.5 billion years"]
    }
  ]
}
