Drop experimental label on FIR crossover
This commit is contained in:
parent
5a51dce00d
commit
469e47e8bf
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ enum CrossoverType {
|
||||||
#[name = "LR24"]
|
#[name = "LR24"]
|
||||||
LinkwitzRiley24,
|
LinkwitzRiley24,
|
||||||
#[id = "lr24-lp"]
|
#[id = "lr24-lp"]
|
||||||
#[name = "LR24 (LP, experimental)"]
|
#[name = "LR24 (LP)"]
|
||||||
LinkwitzRiley24LinearPhase,
|
LinkwitzRiley24LinearPhase,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue