RhinoManager 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

delete() Future<void>
Releases Rhino and audio resouces
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
process() Future<void>
Opens audio input stream and sends audio frames to Rhino until a inference result is sent via inference callback Throws a PvAudioException if there was a problem starting the audio engine
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

create(String contextPath, InferenceCallback inferenceCallback, {String? modelPath, double sensitivity = 0.5, ErrorCallback? errorCallback}) Future<RhinoManager>
Static creator for initializing Rhino