Converts the selected text into speech. The plugin uses guessLanguage to recognize the language and the SpeechSynthesis interface of the Web Speech API.
Plugin type: visual, non-system.
Supported editors: documents.
Available by default in ONLYOFFICE Enterprise Edition and Community Edition (Docs + Workspace), and ONLYOFFICE cloud.
You can also download this plugin from the ONLYOFFICE App Directory.
Repository on GitHub: https://github.com/ONLYOFFICE/onlyoffice.github.io/tree/master/sdkjs-plugins/content/speech.
{ "name": "Speech", "nameLocale": { "cs": "Řeč", "de": "Rede", "es": "Habla", "pt-BR": "Fala", "fr": "Parole", "it": "Discorso", "ja": "スピーチ", "nl": "Spraak", "pt": "Discurso", "zh": "讲话" }, "guid": "asc.{D71C2EF0-F15B-47C7-80E9-86D671F9C595}", "version" : "2.0.1", "variations": [ { "description": "Convert the selected text into speech.", "descriptionLocale": { "fr": "Convertissez le texte sélectionné en parole.", "it": "Converti il testo selezionato in voce parlata.", "ja": "選択したテキストを音声に変換します。", "es": "Convierta el texto seleccionado en voz.", "pt-BR": "Converta o texto selecionado em fala.", "de": "Konvertieren Sie den ausgewählten Text in die Rede.", "zh": "朗读所选的文本。" }, "url": "index.html", "icons": [ "resources/light/icon.png", "resources/light/icon@2x.png" ], "icons2": [ { "style" : "light", "100%": { "normal": "resources/light/icon.png" }, "125%": { "normal": "resources/light/icon@1.25x.png" }, "150%": { "normal": "resources/light/icon@1.5x.png" }, "175%": { "normal": "resources/light/icon@1.75x.png" }, "200%": { "normal": "resources/light/icon@2x.png" } }, { "style" : "dark", "100%": { "normal": "resources/dark/icon.png" }, "125%": { "normal": "resources/dark/icon@1.25x.png" }, "150%": { "normal": "resources/dark/icon@1.5x.png" }, "175%": { "normal": "resources/dark/icon@1.75x.png" }, "200%": { "normal": "resources/dark/icon@2x.png" } } ], "isViewer": true, "EditorsSupport": [ "word", "pdf" ], "isVisual": false, "initDataType": "text", "buttons": [], "store": { "background": { "light": "#444444", "dark": "#444444" }, "screenshots" : [ "resources/store/screenshots/screen_1.png", "resources/store/screenshots/screen_2.png", "resources/store/screenshots/screen_3.png" ], "icons" : { "light" : "resources/store/icons", "dark" : "resources/store/icons" }, "categories": ["specAbilities"] } }, { "description": "Settings", "descriptionLocale": { "cs": "Nastavení", "de": "Einstellungen", "es": "Configuración", "fr": "Paramètres", "it": "Impostazioni", "ja": "設定", "nl": "Instellingen", "pt": "Definições", "zh": "设置" }, "url": "settings.html", "icons": [ "resources/img/icon.png", "resources/img/icon@2x.png", "resources/img/icon2.png", "resources/img/icon2@2x.png" ], "isViewer": true, "EditorsSupport": [ "word", "pdf" ], "isVisual": true, "isModal": true, "isInsideMode": false, "initDataType": "none", "buttons": [ { "text": "Ok", "primary": true } ], "size": [ 300, 150 ] } ] }
If you want to request a feature or report a bug regarding this plugin, use the issues section on GitHub.