analyze

Function analyze 

Source
pub fn analyze(file_path: &Path) -> Result<Mp3Analysis>
Expand description

Analyze an MP3 file and return gain statistics

§Arguments

  • file_path - Path to MP3 file

§Returns

  • Analysis results including frame count, gain range, and headroom