data_format was changed from always "ascii" to user-configurable, but without a default. This caused cava to use "binary", calculating height as 65535 instead of ascii_range, making bars always peak.
Default to raw Cava module for non-GLSL output methods. Fixes "Unknown module" error when no cava_config is specified.