Teensy-WavePlayer extended library

domingo

Well-known member
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.

Screenshot 2023-01-27 at 18.46.47.png

The code at test is Frank's example here.
 
Thanks a lot, your library definitely goes in the right direction. I tried recording and it works.
 
Back
Top