At full speed it is very easy to tell that he says: "I took my own life".

Sound File

http://kiwi.ecn.purdue.edu/ECE301Fall2008mboutin/images/6/68/JudasPriest.wav

MATLAB code

clear
clc

[forward,fs,nbits] = wavread('N:\jpforward.wav');
reverse = flipud(forward);
wavwrite(reverse,44100,32,'N:\JudasPriest');

Alumni Liaison

Prof. Math. Ohio State and Associate Dean
Outstanding Alumnus Purdue Math 2008

Jeff McNeal