ESP32Radio-V2 icon indicating copy to clipboard operation
ESP32Radio-V2 copied to clipboard

i2s mode, volume does not work

Open skartalov opened this issue 3 years ago • 4 comments

This is great project , really. The sound output is great!

BUT:

I use I2C mode, I noticed that VOLUME and TONE controls does not work.

skartalov avatar Oct 24 '21 11:10 skartalov

I hope this was documented. I will check the document.

Edzelf avatar Oct 24 '21 12:10 Edzelf

Same here with i2s, pressing the rotary encoder mutes the output. volume does not work unfortunately.

The onboard decoding works much better than the VS1053 implementation, with the old VS1053 I had a lot of hisses and pops, new software decoding works flawlessly! Well done!

Ne3Mx avatar Oct 26 '21 01:10 Ne3Mx

I think you can add a potentiometer as divider to set volume and use this method to control the I2S level:

https://youtu.be/n-tRE8psAhw

That would be great, as for the moment lacking of volume control in I2S really makes this wonderful project unusable.

skartalov avatar Oct 26 '21 10:10 skartalov

Volume setting for I2S and internal DAC should work now.

Edzelf avatar Apr 12 '22 10:04 Edzelf