Skip to main content

validate_g729_frame

Function validate_g729_frame 

Source
pub fn validate_g729_frame(samples: &[i16]) -> Result<()>
Expand description

Validate G.729 specific parameters

ยงErrors

Returns an error when the frame is empty or does not contain 80 samples.