Skip to main content

AIMDV Client

Project description

This is for SNS AIMDV (AI based Mood Detection thru Voice) clients, who want to install and test mood AIMDV engine.

Installation

System Requirements

  • OS: Windows, Linux (and maybe Mac)

  • Python 3.4+

Installataion

pip install aimdvcli
# or
pip3 install aimdvcli

Upgrade

# for updating
pip install -U aimdvcli

Basic Usage

Type like this at your console,

aimdvcli <command> [options]

Audio Format Converter

This is a audio format converter to standardize the wave format to fit into AIMIDV embedded version in embedded environment, esp., in Android. It can convert all files of the directory you specify, and save into target directory.

Target format:

  • sampling rate: 22,050

  • quantization bit: 16 bit

  • channels: 1 (mono)

  • byte order: little endian

usage:

aimdvcli audio [options] <source directory> [output directory]

options:

    --help: display help
-r:  convert all audio files and their sub directories recursively

arguments:

source directory: directory contains audio files
output directory: default is <source directory>/AIMDV

example:

# convert all audios in testset directory recursively
aimdvcli convert -r ./testset ./output

Change Logs

  • 0.1 (June 28, 2018): project initialized

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aimdvcli-0.2.2.1.tar.gz (3.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page