//! Audiobook Forge - CLI tool for converting audiobook directories to M4B format
//!
//! This library provides the core functionality for audiobook processing, including:
//! - Audio file analysis and quality detection
//! - FFmpeg-based transcoding and concatenation
//! - Metadata extraction and injection
//! - Chapter generation and management
//! - Parallel batch processing
// Re-export commonly used types
pub use ;
pub use ;
pub use Config;
/// Library version
pub const VERSION: &str = env!;