:::C++
bool = WavePro.record(format,filename)
Start recording to the 8.3 format filename in the format specified. The format is a combination of the following flags (OR'd together with |):
:::C++
started = WavePro.record(REC_STEREO | REC_22050, "myrec.wav");
Part of: [Arduino Library]