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.
make more features of audio_source.h user configurable:
-D I2S_USE_RIGHT_CHANNEL
Thank you for your ideas for making WLED better!