I wanted to add a feature to a web browser that would read the page (stripped of it's HTML) to the user. I have the HTML stripping done, but it won't handle text that big.
Is it possible that we could get a notification event when it's done reading? Then I can just send it text, sentence by sentence?
Is it possible that we could get a notification event when it's done reading? Then I can just send it text, sentence by sentence?