filename = "base/data/sound/ImSoFreshOriginall.wav";
Your files are not in base/data/sound.
Instead, the filenames should be this:
filename = "./ImSoFreshOriginall.wav";
This means that it will look for ImSoFreshOriginall.wav in the current folder, which is where they actually are.