rhasspy / wyoming

Peer-to-peer protocol for voice assistants
MIT License
138 stars 21 forks source link

Enhancement: add is_final , default True to the Transcript event #33

Open sdetweil opened 5 days ago

sdetweil commented 5 days ago

my stt provider (google) provides the ability to get partial transcript updates as the AudioChunks are processed.

my app takes advantage of of those by giving the user visualization of their dictation progress if we set the default to True, then existing transcript users will not be impacted (they wouldn't be checking for that attribute anyhow)

sdetweil commented 5 days ago

that workes... (I made an xTranscript event) can now get partial results.