pub const DEFAULT_IR_FILE: &str = "Vox-ac30.wav";Expand description
Application-wide configuration constants.
This module provides a single source of truth for configuration values that are referenced throughout the application, ensuring consistency
between backend logic, frontend defaults, and bundled resources. Default cabinet impulse-response WAV file name loaded when no explicit profile is selected by the user.
Important: This filename must match one of the WAV files bundled in
resources/default_ir/ so that newly created Cabinet effects work
out-of-the-box without falling back to passthrough mode.