We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7105cfb commit c395d0fCopy full SHA for c395d0f
README.md
@@ -36,8 +36,11 @@ void setup() {
36
WiFi.begin(ssid.c_str(), password.c_str());
37
while (WiFi.status() != WL_CONNECTED) delay(1500);
38
audio.setPinout(I2S_BCLK, I2S_LRC, I2S_DOUT);
39
- audio.setVolume(21); // 0...21
40
-
+ audio.setVolume(21); // default 0...21
+// or alternative
41
+// audio.setVolumeSteps(64); // max 255
42
+// audio.setVolume(63);
43
+//
44
audio.connecttohost("http://iskatel.hostingradio.ru:8015/iskatel-320.aac"); // aac
45
// audio.connecttohost("http://mcrscast.mcr.iol.pt/cidadefm"); // mp3
46
// audio.connecttohost("http://www.wdr.de/wdrlive/media/einslive.m3u"); // m3u
0 commit comments