usc-sail / tiles-audio-feature-extraction

scripts to extract audio features (offline) using a congruent config file used for TILES online feature extraction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TILES Audio Feature Extraction

This reposityory holds the scripts to extract audio features (offline) using a congruent config file used for the TILES online feature extraction.

requirements: opensmile

Usage

config_file="<current_path>/tiles_offline_config/TILEs_core_lld.conf"
SMILExtract -C $config_file -I <ip_file_name> -O <op_file_name>

About

scripts to extract audio features (offline) using a congruent config file used for TILES online feature extraction


Languages

Language:C++ 71.3%Language:Assembly 28.7%