Longspeak.
Every sound, accounted for.
Forensic audio intelligence with cryptographic provenance. Longspeak fingerprints every audio artifact, extracts its forensic metadata, and produces a tamper-evident receipt — the same admissibility spine that powers Decision Receipt, extended to voice and signal.
Eight modules, one custody chain
Live modules run today on this host. Pipeline modules are orchestrated and awaiting their worker/model. Status is reported honestly — Longspeak never fabricates model output.
Run it now
Drop an audio file below — nothing is uploaded to third parties; bytes are inspected in-process and discarded. WAV files yield full header + loudness forensics. Everything here is real computation on your bytes.
API surface
All endpoints accept raw audio bytes (Content-Type: audio/* or application/octet-stream), or JSON {base64}.
| Method | Endpoint | Returns | Status |
|---|---|---|---|
GET | /health | Service health + module counts | live |
GET | /api/capabilities | Module catalog | live |
POST | /api/audio/inspect | Provenance receipt + format + WAV header | live |
POST | /api/audio/analyze | RMS/peak dBFS, silence ratio, duration | live |
POST | /api/audio/transcribe | Pipeline status (ASR model pending) | pending model |
POST | /api/audio/identify-speaker | Pipeline status (voiceprint pending) | pending model |
WS | / (Upgrade) | Real-time streaming intake (acks) | pipeline |
curl -s --data-binary @clip.wav -H "Content-Type: audio/wav" \
https://longspeak.summitcognitive.ai/api/audio/inspect | jq