Reversed Song File
MATLAB .m File
%Ronny Wijaya %rwijaya@purdue.edu %301 HW1.2 Ronny Wijaya clc; clear; songread = wavread('jpforward.wav'); wavplay(songread, 44100) songflip = flipud(songread); wavplay(songflip,44100) wavwrite(songflip,44100,'hw1.2 Ronny Wijaya Flipped.wav'); %to write the output file %The message wasn't so clear but it sounds like he commited suicide