FlutterAudioCapture class

Constructors

FlutterAudioCapture()

Properties

actualSampleRate double?
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

init() Future<bool?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
start(void listener(Float32List), Function onError, {int sampleRate = 44100, int bufferSize = 5000, int androidAudioSource = ANDROID_AUDIOSRC_DEFAULT, Duration firstDataTimeout = const Duration(seconds: 1), bool waitForFirstDataOnAndroid = true, bool waitForFirstDataOnIOS = false}) Future<void>
Starts listenening to audio.
stop() Future<void>
toString() String
A string representation of this object.
inherited

Operators

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