Skip to content

A containerized build of the openSMILE audio feature extractor

Notifications You must be signed in to change notification settings

cbare/docker-openSMILE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

#openSMILE Docker image

This repo contains a Docker file for containerizing openSMILE, an open-source audio feature extractor by audEERING.

The container is built on an Ubuntu base image.

For example, to extract features from a file called "voice.wav":

docker run --rm -v `pwd`:/data:rw opensmile:2.1.0 SMILExtract -I /data/voice.wav -C /openSMILE-2.1.0/config/IS13_ComParE.conf --csvoutput /data/features.csv

configure: WARNING: LibSemaineAPI not found!! Configuring only standalone feature extractor configure: WARNING: Compiling WITHOUT PortAudio support!! Sound recording will probably be broken! configure: WARNING: Disabling target SEMAINExtract beacuse libsemaineapi was not found or is not useable

About

A containerized build of the openSMILE audio feature extractor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published