1
0
Fork 0

Mark Crossover struct as pub

For testing with standalones
This commit is contained in:
Robbert van der Helm 2023-02-23 22:15:35 +01:00
parent 5d497f2de4
commit 952bb8c129

View file

@ -37,7 +37,7 @@ pub const NUM_BANDS: usize = 5;
const MIN_CROSSOVER_FREQUENCY: f32 = 40.0;
const MAX_CROSSOVER_FREQUENCY: f32 = 20_000.0;
struct Crossover {
pub struct Crossover {
params: Arc<CrossoverParams>,
buffer_config: BufferConfig,