Reversed Song File

Tweaked Song

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

Alumni Liaison

Ph.D. 2007, working on developing cool imaging technologies for digital cameras, camera phones, and video surveillance cameras.

Buyue Zhang