How can I calculate the functions per second?
Nadie ha tomado este issue todavía.
Evaluación
- Dificultad
- 3/5
- Tiempo estimado
- 1-2 días
- Aptitud para principiantes
- 35/100
- Tipo de issue
- Error
- Claridad
- Bastante claro
- Estado de actividad
- Estancado
- Stack tecnológico
- python
- Área
- audio-video-rtc
Línea de trabajo
Comienza con GeMAPSv01b.conf y los archivos referenciados FrameModeFunctionals.conf.inc y BufferMode.conf.inc; después, inspecciona cómo Smile.process_file de Python gestiona el nivel de funcionales configurado. Usa la advertencia registrada 'destination levels are full' como primer punto de diagnóstico. Se considera terminado cuando la configuración produce un registro de características por cada segundo previsto y el procesamiento finaliza sin la advertencia notificada de procesamiento incompleto.
Escrito por el modelo de indexación a partir del texto del issue.
Descripción
Hi,
I have this issue and would appreciate any help.
I was thinking of making the functionals per one second for frame and window size and not one output for the whole audio file as the default configuration. So, I copied all config files of GeMAPSv01b along with shared ones.
Then did these changes:
FrameModeFunctionals.conf.inc
frameMode = fixed
frameSize = 1.0
frameStep = 1.0
frameCenterSpecial = left
BufferMode.conf.inc
writer.levelconf.growDyn = 0
writer.levelconf.isRb = 1
writer.levelconf.nT = 5
for this writer.levelconf.nT option I did not find in the documentation what I should put or it will be handled automatically?
Finally, I used this in Python
smile = opensmile.Smile(
feature_set='/...../OpenSMILE_configs/GeMAPSv01b.conf',
feature_level='func',
loglevel=2,
logfile="smile.log",
)
features = smile.process_file(audio_files[3])
features.head()
After all that, the output still showed one record for the whole file!
This is the log I got, maybe there is a problem or I missed something, I could not understand the log of "destination levels are full ".
Note that this is my first time working with audio features.
['[ 28.03.2025 - 04:17:17 ]\n',
' (MSG) [2] SMILEapi: openSMILE starting!\n',
'[ 28.03.2025 - 04:17:17 ]\n',
' (MSG) [2] SMILEapi: config file is: /content/drive/My Drive/..../...../OpenSMILE_configs/GeMAPSv01b.conf\n',
'[ 28.03.2025 - 04:17:17 ]\n',
' (MSG) [2] cComponentManager: successfully registered 102 component types.\n',
'[ 28.03.2025 - 04:17:17 ]\n',
" (MSG) [2] instance 'gemapsv01b_logSpectral': logSpecFloor = -140.00 (specFloor = 1.000000e-14)\n",
'[ 28.03.2025 - 04:17:17 ]\n',
' (MSG) [2] cComponentManager: successfully finished createInstances (50 component instances were finalised, 1 data memories were finalised)\n',
'[ 28.03.2025 - 04:17:19 ]\n',
' (MSG) [2] cComponentManager: starting single thread processing loop\n',
'[ 28.03.2025 - 04:18:23 ]\n',
' (WRN) [2] cComponentManager: The following component(s) could not perform any work because destination levels are full but no other component performed any work either: gemapsv01b_smoE. Processing will possibly be incomplete. For more details, enable the execDebug option of cComponentManager.\n',
'[ 28.03.2025 - 04:18:23 ]\n',
' (WRN) [2] cComponentManager: The following component(s) could not perform any work because destination levels are full but no other component performed any work either: gemapsv01b_smoE. Processing will possibly be incomplete. For more details, enable the execDebug option of cComponentManager.\n',
'[ 28.03.2025 - 04:18:23 ]\n',
' (WRN) [2] cComponentManager: The following component(s) could not perform any work because destination levels are full but no other component performed any work either: gemapsv01b_smoE. Processing will possibly be incomplete. For more details, enable the execDebug option of cComponentManager.\n',
'[ 28.03.2025 - 04:18:23 ]\n',
' (MSG) [2] cComponentManager: Processing finished! System ran for 97271 ticks.\n']
- Lenguaje dominante
- BitBake
- Estrellas
- 334
- Forks
- 42
- Merge medio
- 57 min
- PR fusionados (30 d)
- 2
Guía de contribución
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Más de audeering/opensmile-python
-
Dificultad 2/5 1-3 horas Aptitud para principiantes 72/100
audeering/opensmile-python#133 ·
-
Dificultad 1/5 Menos de una hora Aptitud para principiantes 45/100
audeering/opensmile-python#131 ·
-
Dificultad 4/5 3-5 días Aptitud para principiantes 25/100
audeering/opensmile-python#123 ·
-
formant bandwidths seem too high Abierto
Dificultad 4/5 3-5 días Aptitud para principiantes 25/100
audeering/opensmile-python#110 ·
-
Dificultad 4/5 3-5 días Aptitud para principiantes 28/100
audeering/opensmile-python#107 · 3 comentarios ·
Todos los issues de audeering/opensmile-python
Issues similares
-
Dificultad 2/5 1-3 horas Aptitud para principiantes 75/100
flutter-webrtc/flutter-webrtc#2206 ·
-
mkv: seek with CueRelativePosition treats CueTime as nanoseconds; queued frames not cleared on seek Abierto
Dificultad 2/5 1-3 horas Aptitud para principiantes 75/100
-
Dificultad 2/5 1-3 horas Aptitud para principiantes 70/100
mozilla/standards-positions#1456 ·
-
Dificultad 2/5 1-3 horas Aptitud para principiantes 70/100
-
Dificultad 2/5 1-3 horas Aptitud para principiantes 75/100
Borewit/music-metadata#2755 ·