:::C++
bool = WavePro.play(filename);
Plays a file off the SD card. Note that the filename must be the short 8.3 format (old dos style) filename. Returns true if the file has started playing, of false if there was an error.
Part of: [Arduino Library]