#STT transcription logs in CLI?

1 messages · Page 1 of 1 (latest)

wanton cypress
#

Is there a way to get the full transcription logs of an assist interaction (wakeword detection, speech content, response) as a viewable log in the command line? I can see it in the debug raw output GUI, but all the logs I can manage to produce at CLI level only show that a wakeword happened and that audio has been received, not what the detected speech was.

serene mantle
#

you could look at the whisper logs

#

assuming your using whisper for stt that is

wanton cypress
#

I don't, and was trying not to - but is this the only option to get this level of data?

serene mantle
#

i imagine the debug trace is stored somewhere. the automation trace is in .storage so it might be in there too

wanton cypress
#

Okay thanks, I'll keep looking!