Set STT default to oneshot; add pending_finalize and env model
This commit is contained in:
parent
acee131f72
commit
f67c18fc9e
7 changed files with 157 additions and 32 deletions
|
|
@ -159,7 +159,7 @@ private:
|
|||
std::string readBuffer_;
|
||||
|
||||
// Mode
|
||||
SttMode mode_ = SttMode::Manual;
|
||||
SttMode mode_ = SttMode::Oneshot;
|
||||
|
||||
// Current state
|
||||
bool ready_ = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue