You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
softhack007
changed the title
(audio feature) user configurable channel, mode, and
(audio feature) user configurable channel, mode, and data alignment
Jul 12, 2023
make more features of audio_source.h user configurable:
-D I2S_USE_RIGHT_CHANNEL
Thank you for your ideas for making WLED better!
The text was updated successfully, but these errors were encountered: