AKMicrophoneTracker
public class AKMicrophoneTracker
An easy to use class to do usual microphone tracking
-
Tracked amplitude
Declaration
Swift
public var amplitude: Double { get }
-
Tracked frequency
Declaration
Swift
public var frequency: Double { get }
-
Start the analysis
Declaration
Swift
public func start()
-
Stop the analysis
Declaration
Swift
public func stop()
-
Initialize the tracker
Declaration
Swift
@objc public init(hopSize: Int = 4_096, peakCount: Int = 20)