I want my PHP script to access the text Chrome's Live Captions creates.
Are the Live Captions stored in a file somewhere in the OS? I am on Windows 7.
Alternatively, I have found the ability to record the caption data in the Accessibility Internals page (chrome://accessibility), albeit mixed in with other text which would have to be parsed out. Are these recording stored on the OS? I would be looking for a file written in real-time, not after the recording is stopped.
If so, where are they stored? If not, is there a better speech-to-text solution for browser audio from which the text could be captured?