I first thought this is a big endian .wav (which is a stupid idea), because that's how it was reported, when I opened it with mplayer. However, upon further investigation, I realized this is not a .wav file. This is actually an AIFF file, with the extension '.wav'. AIFF support is not yet implemented. It can be added in the future.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I first thought this is a big endian .wav (which is a stupid idea), because that's how it was reported, when I opened it with mplayer. However, upon further investigation, I realized this is not a .wav file. This is actually an AIFF file, with the extension '.wav'. AIFF support is not yet implemented. It can be added in the future.
I have started working on AIFF support in a branch:
https://sourceforge.net/p/tralala/code/HEAD/tree/branches/aiff_format_import/
When it's ready, it'll be merged into trunk.
AIFF sample file format loading is now supported. The attached file now imports just fine.