These days most computers struggle to play WAV files recorded by the Witness Contactstore. Probably the easiest way to make these files play is to use ffmpeg to convert them as follows:

ffmpeg -acodec g726 -i original_file.wav -f wav out_file.wav

The converted WAV should play fine now on most operating systems.