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

(audio feature) user configurable channel, mode, and data alignment #57

Open
softhack007 opened this issue Jul 12, 2023 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@softhack007
Copy link
Collaborator

softhack007 commented Jul 12, 2023

make more features of audio_source.h user configurable:

  • channel: left or right
    • current always using left, but right channel can be utilized when compiling with -D I2S_USE_RIGHT_CHANNEL
  • i2s data alignment: Phillips mode (default) or MSB aligned (preferred by some line-in ADC boards)
  • I2S mode: master (default) or slave
    • slave mode is already possible, however unstable and needs more testing. Main problem: sampling rate is defined by the master unit, so cannot be decided by WLED.

Thank you for your ideas for making WLED better!

@softhack007 softhack007 added the enhancement New feature or request label Jul 12, 2023
@softhack007 softhack007 changed the title (audio feature) user configurable channel, mode, and (audio feature) user configurable channel, mode, and data alignment Jul 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant