Unverified Commit 0dbeb730 authored by Wolle's avatar Wolle Committed by GitHub

Update README.md

parent 228c1fef
...@@ -37,9 +37,9 @@ void setup() { ...@@ -37,9 +37,9 @@ void setup() {
audio.setPinout(I2S_BCLK, I2S_LRC, I2S_DOUT); audio.setPinout(I2S_BCLK, I2S_LRC, I2S_DOUT);
audio.setVolume(21); // 0...21 audio.setVolume(21); // 0...21
//audio.connecttoSD("/pno-cs.mp3"); //audio.connecttoSD("/320k_test.mp3");
//audio.connecttohost("www.wdr.de/wdrlive/media/einslive.m3u"); //audio.connecttohost("www.wdr.de/wdrlive/media/einslive.m3u");
audio.connecttohost("hellwegradiowest.radiovonhier.de/high/stream.mp3"); audio.connecttohost("dg-ais-eco-http-fra-eco-cdn.cast.addradio.de/hellwegradio/west/mp3/high");
//audio.connecttohost("fischkopp.stream.laut.fm/fischkopp"); //audio.connecttohost("fischkopp.stream.laut.fm/fischkopp");
//audio.connecttospeech("Wenn die Hunde schlafen, kann der Wolf gut Schafe stehlen.", "de"); //audio.connecttospeech("Wenn die Hunde schlafen, kann der Wolf gut Schafe stehlen.", "de");
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment