File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Sources/SoundpipeAudioKit/Effects
Tests/SoundpipeAudioKitTests Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -54,9 +54,9 @@ public class EqualizerFilter: Node {
5454 identifier: " gain " ,
5555 name: " Gain " ,
5656 address: akGetParameterAddress ( " EqualizerFilterParameterGain " ) ,
57- defaultValue: 10 .0,
58- range: - 100 .0 ... 100 .0,
59- unit: . percent
57+ defaultValue: 1 .0,
58+ range: 0 .0 ... 20 .0,
59+ unit: . generic
6060 )
6161
6262 /// The peak/notch gain
Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ class GenericNodeTests: XCTestCase {
202202 input. start ( )
203203 nodeParameterTest ( md5: " e21144303552ef8ba518582788c3ea1f " , factory: { BandPassButterworthFilter ( input) } )
204204 nodeParameterTest ( md5: " cbc23ff6ee40c12b0348866402d9fac3 " , factory: { BandRejectButterworthFilter ( input) } )
205- nodeParameterTest ( md5: " 8eca17f8e436de978afc7250edd765fe " , factory: { EqualizerFilter ( input) } )
205+ nodeParameterTest ( md5: " c4cdd5def1fe407e5251053921e87f72 " , factory: { EqualizerFilter ( input) } )
206206 nodeParameterTest ( md5: " 433c45f0211948ecaa8bfd404963af7b " , factory: { FormantFilter ( input) } )
207207 nodeParameterTest ( md5: " 9b38c130c6faf04b5b168d6979557a3f " , factory: { HighPassButterworthFilter ( input) } )
208208 nodeParameterTest ( md5: " 4120a8fefb4efe8f455bc8c001ab1538 " , factory: { HighPassFilter ( input) } )
You can’t perform that action at this time.
0 commit comments