pub fn validate_g722_frame(
samples: &[i16],
expected_frame_size: usize,
) -> Result<()>Expand description
Validate G.722 specific parameters
ยงErrors
Returns an error when the frame is empty, has the wrong sample count, or contains an odd number of samples.