Open AliChaudhry8 opened 3 years ago
It seems that you are trying to process a file that has two channels, but your feature extractor is configured to process files with a single channel. Please try to set num_channels=2
when you create the Smile
object.
See also https://audeering.github.io/opensmile-python/usage.html#multi-channel
Note that is is not possible to process files with varying number of channels with the same feature extractor.
@AliChaudhry8 did it solve your problem?
Hi, I am getting this error on Mac. Can someone please help with this.