Menu

record

Majenko Technologies
:::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 |):

  • REC_8000
  • REC_11025
  • REC_16000
  • REC_22050
  • REC_24000
  • REC_32000
  • REC_44100
  • REC_48000
  • REC_MONO
  • REC_STEREO

Example:

:::C++
started = WavePro.record(REC_STEREO | REC_22050, "myrec.wav");

Part of: [Arduino Library]


Related

Wiki: Arduino Library

MongoDB Logo MongoDB