Mark Crossover struct as pub
For testing with standalones
This commit is contained in:
parent
5d497f2de4
commit
952bb8c129
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue