I have uploaded a short wav file (100ms).
When testing the model on this wav file it also shows the “wav header” under the “Raw features”.
I would not expect the 44 byte wav header being part of the raw features (you can see that the first 22 raw features are very similar for most audio fragments).
Note also that the uploaded wav file gives a different classification result compared to classifying it based on a WebAssembly deployment. (FYI using WebAssembly I got for the “other” category 0.219 instead of 1.000 for the same audio fragment).
So I am thinking that the classification in edge impulse studio is also using the wav header as input (raw features) for the classification.