Okay, so here's what I did.
I started by trying to play the file. Sure enough, it played and I could hear the voice.
I then opened it in audacity, a lightweight but powerful open source (I believe) audio editor. Now here things got strange. There was no sound waves! And I couldn't play any audio.
So I thought the info in the file must be corrupt somehow. But doing an internet search, I found the answer.
It's because the audio file in question is actually not a wav file (my theory). If I changed the extension to .mp3 and opened it in audacity again, suddenly there was a sound wave!
So.. if you REALLY want those samples included.. I would maybe do a try, except when loading the files -- and if the problem occurs.. You'd have to rename the extension through python and then open it again.
Maybe there's another way to do it, but then someone else has to chip in.
:-)