Metadata-Version: 1.1
Name: aimdvcli
Version: 0.1a8
Summary: AIMDV Client
Home-page: http://www.sns.co.kr/
Author: Semicon Networks
Author-email: hansroh@gmail.com
License: MIT
Download-URL: https://pypi.python.org/pypi/aimdvcli
Description: ====================
        AIMDV Client
        ====================
        
        This is for *SNS AIMDV (AI based Mood Detection thru Voice)* clients, who want to install and test mood detection engine in PC or embedded environment, esp., in Android.
        
        .. contents:: Table of Contents
        
        
        Installation
        =========================
        
        Requirements
        --------------------------
        
        - OS: Windows, Linux, Mac
        - Python 3.4+
        
        Installataion
        --------------------------
        
        .. code:: bash
          
          pip install aimdvcli
          
          # or
          pip3 install aimdvcli
        
        
        Basic Usage
        ================
        
        Type like this at your console,
        
        .. code:: bash
        
          aimdvcli <command> [options]
        
        
        Audio Format Converter
        =========================
        
        This is a audio format converter to standardize the wave format to fit into AIMIDV embedded version. It can convert all files of the directory you specify, and save into target directory.
        
        .. code:: bash
        
          aimdvcli convert [options]
          
        *options:*
        
        .. code:: bash
        
              --help: display help
          -s, --source-dir <source directory>
          -o, --output-dir <output directory>: optional, default is <source directory>/AIMDV
          -r:  convert all audio files and their sub directories recursively
               
        
        *example:*
        
        .. code:: bash
        
          aimdvcli convert -s /home/ubuntu/audios
        
        
        Change Logs
        =============
        
        - 0.1a1
        
          - project initialized
          
        		
Platform: posix
Platform: nt
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Database
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
