adf-plugin-text-to-speech

1.0.0 • Public • Published

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("こんにちは");
});

Readme

Keywords

none

Package Sidebar

Install

npm i adf-plugin-text-to-speech

Weekly Downloads

1

Version

1.0.0

License

EULA

Unpacked Size

53.2 MB

Total Files

85

Last publish

Collaborators

  • hashimotoyuta