Pitch Detector Config
constructor(algorithm: PitchAlgorithm = PitchAlgorithm.YIN, bufferSize: Int = 2048, hopSize: Int = 160, tolerance: Float = 0.15f, minFreq: Float = 80.0f, maxFreq: Float = 1000.0f, amplitudeGateDb: Float = -40f, confidenceThreshold: Float = 0.75f, enableSmoothing: Boolean = false, enableOctaveCorrection: Boolean = false, smoothingWindowSize: Int = 5, octaveThresholdCents: Float = 150.0f, swiftF0BatchSize: Int = 2560)