Metadata-Version: 2.1
Name: AquesTalk-python
Version: 1.1
Summary: Python Wrapper for AquesTalk (Old License)
Home-page: https://github.com/Na-x4/AquesTalk-python
Author: Na-x4
License: GNU General Public License v3
Description: Python Wrapper for AquesTalk (Old License)
        ==========================================
        
        旧ライセンス版AquesTalkのPythonラッパー
        
        **32ビット版Windows**のPythonでのみ動作します。
        
        AquesTalkのライセンス変更については[公式ブログ][blog.a-quest]を参照してください。
        
        Installation
        ------------
        ```
        pip install AquesTalk-python
        ```
        
        Usage
        -----
        ```
        import aquestalk
        aq = aquestalk.load('f1')
        wav = aq.synthe("こんにちわ")
        type(wav)
        # => <class 'wave.Wave_read'>
        ```
        
        Required Notices
        ----------------
        - 本ライブラリは、株式会社アクエストの規則音声合成ライブラリ「AquesTalk」を使用しています。
        - 本ライブラリに同梱のDLLファイルの著作権は同社に帰属します。
            - 詳細はAqLicense.txtをご覧ください。
        
        [blog.a-quest]: http://blog-yama.a-quest.com/?eid=970181
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: Microsoft :: Windows
Classifier: Natural Language :: Japanese
Classifier: Topic :: Multimedia :: Sound/Audio :: Speech
Description-Content-Type: text/markdown
