Detailed information (optional)

The response may include extended fields bpm_detail, key_detail, hz_detail with per-detector results:

{
  "bpm_detail": {
    "value": 128.0,
    "confidence": 0.95,
    "num_detectors": 4,
    "num_agreeing": 3,
    "consensus_reached": true,
    "octave_corrected": false,
    "detectors": [
      {"name": "DeepRhythm", "value": 128.0, "confidence": 0.97, "execution_time": 0.82},
      {"name": "Essentia", "value": 128.0, "confidence": 0.94, "execution_time": 0.45}
    ]
  }
}

Last updated