Closed
Description
This issue tracks adding support of ArduinoSound Library with use of I2S implementation.
- decide if the implementation is worthy
Tasks breakdown:
- add LyraT SupportCut down to most basic compatibility (FFT)Verify clear audio input and output on all possible settings (see notes)
- I2S
- ADC/DAC
- PDM
Basic implementation:
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done
Activity
[-]ArduinoSound (extension) - LyraT Support[/-][+]ArduinoSound (extension)[/+][-]ArduinoSound (extension)[/-][+]ArduinoSound Library support[/+]pschatzmann commentedon Feb 14, 2023
How about just using the Audio Tools Library. It supports plenty of audio devices including the LyraT.
It provides all the functionality of the Arduino Sound Library (WAV support, fft, i2s) and much more!
VojtechBartoska commentedon Feb 20, 2024
Closing this ticket as new I2S library was implemented here: #8714