menu
picovoice package
documentation
picovoice_manager.dart
PicovoiceManager class
PicovoiceManager class
dark_mode
light_mode
PicovoiceManager
class
Properties
hashCode
→
int
The hash code for this object.
no setter
inherited
runtimeType
→
Type
A representation of the runtime type of the object.
no setter
inherited
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
picovoice package
documentation
picovoice_manager
PicovoiceManager class
picovoice_manager library