Skip to content

Commit d8911c1

Browse files
committed
Draft implementation of AudioPWM for ESP32
1 parent 5388b38 commit d8911c1

File tree

5 files changed

+262
-213
lines changed

5 files changed

+262
-213
lines changed

examples/streams-url_wav-i2s/streams-url_wav-i2s.ino

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ void setup(){
3434

3535
// rhasspy
3636
url.begin("http://192.168.1.37:12101/api/text-to-speech?play=false", POST, "text/plain","Hallo, my name is Alice");
37-
38-
39-
4037
}
4138

4239
void loop(){

src/AudioPWM/PWMforAVR.h

Lines changed: 0 additions & 203 deletions
This file was deleted.

0 commit comments

Comments
 (0)