-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Description
hello i want to ask on how to change the framesize for LLD extraction. the default frame size here is 0.01 s and i want to change it to either 0.025 or 0.03. i've tried the instruction in https://audeering.github.io/opensmile-python/usage.html#custom-config but it's returning this error
NameError Traceback (most recent call last)
Cell In[25], line 2
1 with open('myconfig.conf', 'w') as fp:
----> 2 fp.write(config_str)
4 smile = opensmile.Smile(
5 feature_set='my.conf',
6 feature_level='func',
7 )
8 smile.process_signal(
9 signal,
10 sampling_rate
11 )
NameError: name 'config_str' is not defined
please help
Metadata
Metadata
Assignees
Labels
No labels