Skip to content

ArduinoSound Library support #6231

Closed
Closed
@VojtechBartoska

Description

@VojtechBartoska

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:

Activity

changed the title [-]ArduinoSound (extension) - LyraT Support[/-] [+]ArduinoSound (extension)[/+] on Feb 4, 2022
changed the title [-]ArduinoSound (extension)[/-] [+]ArduinoSound Library support[/+] on Feb 4, 2022
pschatzmann

pschatzmann commented on Feb 14, 2023

@pschatzmann

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

VojtechBartoska commented on Feb 20, 2024

@VojtechBartoska
ContributorAuthor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      ArduinoSound Library support · Issue #6231 · espressif/arduino-esp32