FlutterFft class

Constructors

FlutterFft()

Properties

getAndroidAudioSource AndroidAudioSource
Returns android audio source
no setter
getDistance double
Returns distance between current frequecy and target
no setter
getFrequency double
Returns current frequency
no setter
getIsOnPitch bool
Returns whether the current note/frequency is on pitch
no setter
getIsRecording bool
Returns whether it's recording or not
no setter
getNearestDistance double
Returns distance of the nearest target note
no setter
getNearestNote String
Returns nearest target note
no setter
getNearestOctave int
Returns octave of the nearest target note
no setter
getNearestTarget double
Returns nearest target frequency
no setter
getNote String
Returns current note
no setter
getNumChannels int
Returns channels
no setter
getOctave int
Returns current octave
no setter
getSampleRate int
Returns sample rate
no setter
getSubscriptionDuration double
Returns subscription duration
no setter
getTarget double
Returns current target
no setter
getTolerance double
Returns tolerance
no setter
getTuning List<String>
Returns current tuning
no setter
hashCode int
The hash code for this object.
no setterinherited
onRecorderStateChanged Stream<List<Object>>
Returns the recorder stream
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
setAndroidAudioSource AndroidAudioSource
no getter
setDistance double
no getter
setFrequency double
no getter
setIsOnPitch bool
no getter
setIsRecording bool
no getter
setNearestDistance double
no getter
setNearestNote String
no getter
setNearestOctave int
no getter
setNearestTarget double
no getter
setNote String
no getter
setNumChannels int
no getter
setOctave int
no getter
setSampleRate int
no getter
setSubscriptionDuration double
no getter
setTarget double
no getter
setTolerance double
no getter
setTuning List<String>
no getter

Methods

checkPermission() Future<bool>
Returns whether microphone permission was granted
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
requestPermission() → dynamic
Prompts the user to grant permission to use the microphone
startRecorder() Future<String>
Sets subscription duration, starts recorder from the platform channel, then sets up recorder stream
stopRecorder() Future<String>
Stops recorder from the platform channel, then closes recorder stream
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited