is_likely_pcm

Function is_likely_pcm 

Source
pub fn is_likely_pcm(data: &[u8]) -> bool
Expand description

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.