PicovoiceManager class

Properties

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

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
start() Future<void>
Opens audio input stream and sends audio frames to Picovoice. Throws a PvAudioException if there was a problem starting the audio engine. Throws a PvError if an instance of Picovoice could not be created.
stop() Future<void>
Closes audio stream and stops Picovoice processing
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

create(String keywordPath, WakeWordCallback wakeWordCallback, String contextPath, InferenceCallback inferenceCallback, {double porcupineSensitivity = 0.5, double rhinoSensitivity = 0.5, String? porcupineModelPath, String? rhinoModelPath, ErrorCallback? errorCallback}) → dynamic
Picovoice constructor