Set STT default to oneshot; add pending_finalize and env model

This commit is contained in:
RingOfStorms (Joshua Bell) 2026-01-14 08:30:55 -06:00
parent acee131f72
commit f67c18fc9e
7 changed files with 157 additions and 32 deletions

View file

@ -159,7 +159,7 @@ private:
std::string readBuffer_;
// Mode
SttMode mode_ = SttMode::Manual;
SttMode mode_ = SttMode::Oneshot;
// Current state
bool ready_ = false;