mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-15 16:06:41 +03:00
61d80f6e59
Internally this uses Web Speech API https://webaudio.github.io/web-speech-api/ and Translator APIs https://webmachinelearning.github.io/translation-api/ The feature is experimental and disabled by default since Chrome is the only browser that currently supports it. Closes https://github.com/shaka-project/shaka-player/issues/9110 --------- Co-authored-by: Wojciech Tyczyński <tykus160@gmail.com> Co-authored-by: Joey Parrish <joeyparrish@google.com> Co-authored-by: Theodore Abshire <TheodoreAbshire@Gmail.com> Co-authored-by: Joey Parrish <joeyparrish@users.noreply.github.com>
34 lines
1.8 KiB
JSON
34 lines
1.8 KiB
JSON
[
|
|
{ "welcome": { "title": "Welcome to Shaka Player" } },
|
|
{ "basic-usage": { "title": "Basic Usage" } },
|
|
{ "debugging": { "title": "Debugging" } },
|
|
{ "config": { "title": "Configuration" } },
|
|
{ "network-and-buffering-config": { "title": "Network and Buffering Configuration" } },
|
|
{ "drm-config": { "title": "DRM Configuration" } },
|
|
{ "license-server-auth": { "title": "License Server Authentication" } },
|
|
{ "license-wrapping": { "title": "License Wrapping" } },
|
|
{ "preload": { "title": "Preloading" } },
|
|
{ "ui": { "title": "UI Library" } },
|
|
{ "ui-customization": { "title": "Configuring the UI" } },
|
|
{ "text-displayer": { "title": "Configuring text displayer" } },
|
|
{ "screen-resolution-detection": { "title": "Screen resolution detection" } },
|
|
{ "errors": { "title": "Error Handling" } },
|
|
{ "a11y": { "title": "Creating accessible buttons" } },
|
|
{ "ad_monetization": { "title": "Monetization with Ads" } },
|
|
{ "plugins": { "title": "Plugins and Customizing the Build" } },
|
|
{ "manifest-parser": { "title": "Manifest Parser Plugins" } },
|
|
{ "architecture": { "title": "Architecture Diagrams" } },
|
|
{ "service-worker": { "title": "Service Worker Caching" } },
|
|
{ "offline": { "title": "Offline Storage and Playback" } },
|
|
{ "widevine-service-certs": { "title": "Widevine Service Certificates" } },
|
|
{ "fairplay": { "title": "FairPlay support" } },
|
|
{ "application-level-redirects": { "title": "Application-Level Redirects" } },
|
|
{ "blob-url": { "title": "Blob URL" } },
|
|
{ "selenium-grid-config": { "title": "Selenium Grid Config" } },
|
|
{ "faq": { "title": "Frequently Asked Questions" } },
|
|
{ "upgrade": { "title": "Upgrade Guide" } },
|
|
{ "upgrade-manifest": { "title": "ManifestParser Upgrade Guide" } },
|
|
{ "lcevc": { "title": "LCEVC Quick Start" } },
|
|
{ "speech-to-text": { "title": "Speech to text" } }
|
|
]
|