| Package | Description |
|---|---|
| io.spokestack.spokestack.asr |
This package contains classes for interacting with speech recognition
services provided by Spokestack.
|
| io.spokestack.spokestack.tensorflow |
This package contains Tensorflow wrappers used by Spokestack.
|
| io.spokestack.spokestack.wakeword |
This package contains speech pipeline components used for wakeword
detection.
|
| Constructor and Description |
|---|
KeywordRecognizer(SpeechConfig config,
TensorflowModel.Loader loader)
constructs a new recognizer instance, for testing.
|
| Modifier and Type | Method and Description |
|---|---|
TensorflowModel.Loader |
TensorflowModel.Loader.reset()
resets the loader to the default state.
|
TensorflowModel.Loader |
TensorflowModel.Loader.setPath(String value)
sets the file system path to the TF-Lite model.
|
TensorflowModel.Loader |
TensorflowModel.Loader.setStatePosition(int position)
sets the position of the model's state tensor in its input array.
|
| Constructor and Description |
|---|
TensorflowModel(TensorflowModel.Loader loader)
constructs a new tensorflow model.
|
| Constructor and Description |
|---|
WakewordTrigger(SpeechConfig config,
TensorflowModel.Loader loader)
constructs a new trigger instance, for testing.
|
Copyright © 2021. All rights reserved.