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

Python package for openSMILE

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

Hello. As the title says, I want to change the window width and step width of the frame in openSMILE. (For example,frameSize:0.025→0.050,frameStep:0.010→0.020) Can I ask you how to do this?...

Hello, I would like to use opensmile in real-time to get prosodic features from a microphone. I looked at the documentation and previous issue, but I don't understand if that's...

The README.rst and also the LICENSE file in this repository claim that "the source code and binaries are freely available for private, research, and educational use under an open-source license"....

Hi guys, please help me with this issue: [ERROR] OSError: /lib64/libm.so.6: version `GLIBC_2.27' not found (required by /var/lang/lib/python3.9/site-packages/opensmile/core/bin/linux/libSMILEapi.so) Traceback (most recent call last):   File "/var/lang/lib/python3.9/importlib/__init__.py", line 127, in import_module     return...

Hello. I'm trying to extract LLD from a period of sound, and here is my code: ```python import opensmile smile = opensmile.Smile( feature_set=opensmile.FeatureSet.eGeMAPSv02, feature_level=opensmile.FeatureLevel.LowLevelDescriptors ) signal = smile.process_file('./BASIC5000_0235.wav', start=1.518, end=1.596)...

Using opensmile to process a wavfile saved as 16-bit PCM at 16000 sampling rate, I'm getting some features as 0.0 (mainly fundamental frequency / F0), which of course cascades to...

Hi, is opensmile-python possible to use multithreading? how to use it? i encountered some problems when i used it return code: 6 configuration could not be loaded

As reported in https://github.com/audeering/opensmile-python/issues/26 `opensmile` will not work on all Linux distributions as it requires a recent version of `gcc`. We should list supported distributions and mention the `gcc` version...

documentation
enhancement

Hi, I was wondering if it is possible to have a total number of windows that is fixed even when extracting LLD. At the moment, for each audio, I obtain...

I tried to convert some of the old configuration files to new python configuration files. I converted some of the files: emobase.conf ``` /////////////////////////////////////////////////////////////////////////////////////// ///////// > openSMILE configuration file for...