Classify the sounds in an audio file

cacophony ●○○

Identify sounds in an audio file from 303 built-in categories — speech, music, sirens, birds, mechanical noise, and oddly specific ones like mosquito_buzz. Ranked by confidence, so --top=5 gives you a usable shortlist rather than one guess.

$ cacophony classify audio.wav --json --top=5
[{"label":"speech","confidence":0.97}, {"label":"sigh","confidence":0.56}, {"label":"click","confidence":0.45}, {"label":"mosquito_buzz","confidence":0.41}, {"label":"breathing","confidence":0.38}]
Requires: cacophony