A high-resolution offline spectral analysis viewer for audio. It reads the file once, analyses it properly rather than in a real-time budget, and renders the result on the GPU so you can actually move around inside it.
A real-time analyzer has to finish before the next audio buffer arrives, and every design decision inside it bends to that deadline: smaller transform sizes, coarser frequency resolution, decimated drawing. That is the correct trade when you are tracking a live signal, and the wrong one when you are examining a file.
Spectral Detail drops the deadline. It decodes the whole file, runs the analysis across every core, and keeps the resolution that a real-time tool has to throw away. What you get back is a spectrogram detailed enough to find the thing you were actually looking for.
Spectral Detail is an internal Locke Werks product. The source is private and there is no public build.
For access, licensing, or to talk about what it would take for your use case, write to archon@lockewerks.com.