Socket
Socket
Sign inDemoInstall

adf-plugin-text-to-speech

Package Overview
Dependencies
0
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    adf-plugin-text-to-speech

Text to speech synthesis.


Version published
Maintainers
1
Created

Readme

Source

ADF TextToSpeech Plugin

音声合成ライブラリは、スマーデバイス上で動作するアプリケーションに、音声合成機能を提供します。

導入方法

cordova plugin add adf-plugin-text-to-speech

対応OS

  • Android
  • iOS
  • Windows

使用例

index.html

 <!DOCTYPE html>
 <html>
 <head>
    <!-- UTF-8を指定してください。 -->
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 </head>
    <body>
        <script type='text/javascript' src='cordova.js'></script>
        <script type='text/javascript' src='index.js'></script>
    </body>
</html>

index.js

document.addEventListener("deviceready", function () {
    ftts.speak("こんにちは");
});

FAQs

Last updated on 18 May 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc