My validation code is expecting a header size of 16 bytes, and yours says 18 bytes (although it still appears to be just 16 bytes). I'm not sure if it matters or not, I'll need to do more research. Maybe I can be more lenient?
[edit:] Ok, I've modified my code to allow importing your sound, but it plays at half speed in the Sierra interpreter (ScummVM) is fine. So I think it's having trouble with the sample rate. The sounds in LSL6 are all 22kHz, so I think you should limit it to that. This is 1993, after all

As for a workaround to let you use your sound before I release the next SCI Companion update, see if you can play with the export settings of your audio app to see if you can generate a wave without the extra 2 bytes in the header (not sure what they're used for?).