:::C++
bool = WavePro.play_loop(filename);
Start playing the specified filename in a continuous loop. Note that the filename has to be the 8.3 format (old DOS) filename. Returns true if the file started playing, or false if there is an error.
Part of: [Arduino Library]