Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ArduinoSound Library support #6231

Closed
1 of 7 tasks
VojtechBartoska opened this issue Feb 4, 2022 · 2 comments
Closed
1 of 7 tasks

ArduinoSound Library support #6231

VojtechBartoska opened this issue Feb 4, 2022 · 2 comments

Comments

@VojtechBartoska
Copy link
Collaborator

VojtechBartoska commented Feb 4, 2022

This issue tracks adding support of ArduinoSound Library with use of I2S implementation.

  • decide if the implementation is worthy

Tasks breakdown:

  • add LyraT Support
  • Cut down to most basic compatibility (FFT)
  • Verify clear audio input and output on all possible settings (see notes)
    • I2S
    • ADC/DAC
    • PDM

Basic implementation:

@VojtechBartoska VojtechBartoska changed the title ArduinoSound (extension) - LyraT Support ArduinoSound (extension) Feb 4, 2022
@VojtechBartoska VojtechBartoska added the Type: Feature request Feature request for Arduino ESP32 label Feb 4, 2022
@VojtechBartoska VojtechBartoska changed the title ArduinoSound (extension) ArduinoSound Library support Feb 4, 2022
@VojtechBartoska VojtechBartoska added the Status: To be implemented Selected for Development label Apr 11, 2022
@pschatzmann
Copy link

pschatzmann commented 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
Copy link
Collaborator Author

Closing this ticket as new I2S library was implemented here: #8714

@VojtechBartoska VojtechBartoska removed Type: Feature request Feature request for Arduino ESP32 Status: To be implemented Selected for Development labels Feb 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

2 participants