Type Alias AudioAnalyzer

Source
pub type AudioAnalyzer = AusAudioAnalyzer;
Expand description

Primary audio analyzer implementation (based on AUS).

Type alias for the main audio analyzer used throughout SubX, currently implemented using the AUS (Audio Understanding Service) library.

Aliased Typeยง

pub struct AudioAnalyzer { /* private fields */ }