-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Damaged Links #5846
Description
Describe the bug
There are two damaged links in the Stable APIs table of the API Reference page.
To Reproduce
Steps to reproduce the behavior:
- Go to the Stable APIs table located on the API Reference page
- Scroll down to the
tts
and thettsEngine
fields of the table. - See the damaged links.
Desktop (please complete the following information):
- OS: Linux (Lubuntu 20.04)
- Browser: Microsoft Edge
- Version: Version 111.0.1661.51 (Official Build) (64-bit)
Additional context
tts
Use the chrome.tts API to play synthesized text-to-speech (TTS). See also the related {@link ttsEngine} API, which allows an extension to implement a speech engine.
ttsEngine
Use the chrome.ttsEngine API to implement a text-to-speech(TTS) engine using an extension. If your extension registers using this API, it will receive events containing an utterance to be spoken and other parameters when any extension or Chrome App uses the {@link tts} API to generate speech. Your extension can then use any available web technology to synthesize and output the speech, and send events back to the calling function to report the status.