I'm trying to record stereo WAV audio on the Teensy 4 using Frank Boesing's WavePlayer extended library.
When compiling Arduino IDE does not recognise 'AudioRecordWav' as a type, even though the library is in the /Arduino/Libraries folder. I've also tried including the library's keywords.txt file into the preexisting keywords file of the Audio Library, but no nothing. Any idea why this might be happening? Strange enough the new object AudioPlayWav is recognised, but AudioRecordWav not.
The code at test is Frank's example here.
When compiling Arduino IDE does not recognise 'AudioRecordWav' as a type, even though the library is in the /Arduino/Libraries folder. I've also tried including the library's keywords.txt file into the preexisting keywords file of the Audio Library, but no nothing. Any idea why this might be happening? Strange enough the new object AudioPlayWav is recognised, but AudioRecordWav not.
The code at test is Frank's example here.