Audio not playing within new code.

Echidnia:
@johnwasser

I'm using pin 10 as the chip select line. Is this causing a problem within the library?
I don't have any LEDs using pin 10.

#define SD_ChipSelectPin 10

That line doesn't help if you don't put SD.begin(SD_ChipSelectPin) in setup().