pub fn is_likely_pcm(data: &[u8]) -> bool
Detect if audio data is likely PCM format
This is a heuristic check - PCM data typically doesn’t have recognizable headers and the data should be relatively uniform in distribution.