pub mod harmony;
pub mod instrument;
pub mod rhythm;
pub mod timbre;
pub use harmony::{HarmonyAnalyzer, HarmonyResult};
pub use instrument::{detect_instrument, Instrument};
pub use rhythm::{RhythmAnalyzer, RhythmFeatures};
pub use timbre::{TimbralAnalyzer, TimbralFeatures};