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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file aimdvcli-0.2.2.1.tar.gz
.
File metadata
- Download URL: aimdvcli-0.2.2.1.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | af4a2980f5016ca17d8b59d4f2cfb57aac4f107b1086c3a1331097f30ae7f7d1 |
|
MD5 | fe354134312564e3be874e20634206f2 |
|
BLAKE2b-256 | f97a7777eed68537a5be031cf168d2dbbdcd0d3c987ca595bd9b2e7ba0a13123 |