opensmile-python icon indicating copy to clipboard operation
opensmile-python copied to clipboard

Python package for openSMILE

Results 36 opensmile-python issues
Sort by recently updated
recently updated
newest added

use: `pip install sox` result: /bin/sh: 1: sox: not found SoX could not be found! If you do not have SoX, proceed here: - - - http://sox.sourceforge.net/ - - -...

I would assume that very often people simply use this package to extract acoustic features per file as opposed to low level features. Problem is that the process_files() method returns...

Hi there, I just downloaded opensmile via pip and ran the line `import opensmile` and it returned the above error (`AttributeError: module 'opensmile' has no attribute 'core'`) Not really seeing...

I want to adapt the "embose2010" config to pyopensmile now. But I meet an error: > Traceback (most recent call last): File "D:\cocde\pratt\PraatScripts-master\opensimle_feature.py", line 12, in smile = opensmile.Smile( File...

`smile = opensmile.Smile(feature_set=opensmile.FeatureSet.eGeMAPSv01b, feature_level=opensmile.FeatureLevel.Functionals)` The above script gives me features with shape `1x88`, but I want frame-wise features with shape `Nx88`, so I changed the above statement to: `smile =...

I try the code like below, `import opensmile smile = opensmile.Smail( feature_set=opensmile.FeatureSet.ComParE_2016, feature_level=opensmile.FeatureLevel.Functionals, ) y = smile.process_file('wav/03a01Fa.wav')` But get the attributeError, How can I fix this error? Thanks.

Hi, I am getting this error on Mac. Can someone please help with this.

I have a problem using the emobase2010.conf to extract features. Is there any way to set it up on python so I can use it as other default feature sets?...

Hello, is there a way to access the VAD output for the input audio files in the python version? If so, how should the configuration files be set?

Hi, I don't have the original wav but only get LLDs. Is there a function that allows me to convert LLDs directly to Functionals? Thanks!