Skip to content

Commit cf71463

Browse files
committed
Cleanup
1 parent 4748484 commit cf71463

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

examples/examples-webserver/streams-flite-webserver_wav/streams-flite-webserver_wav.ino

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
#include "flite_arduino.h"
1010
#include "AudioTools.h"
1111

12-
13-
1412
AudioWAVServer server("ssid","password");
1513

1614
// Callback which provides the audio data

examples/examples-webserver/streams-sam-webserver_wav/streams-sam-webserver_wav.ino

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
#include "AudioTools.h"
99
#include "sam_arduino.h"
1010

11-
12-
1311
AudioWAVServer server("ssid","password");
1412
int channels = 1;
1513
int bits_per_sample = 16;
@@ -27,7 +25,6 @@ void setup(){
2725
server.begin(outputData, SAM::sampleRate(), channels, bits_per_sample);
2826
}
2927

30-
3128
// Arduino loop
3229
void loop() {
3330
// Handle new connections

examples/examples-webserver/streams-tts-webserver_wav/streams-tts-webserver_wav.ino

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
#include "AudioTools.h"
1010
#include "TTS.h"
1111

12-
13-
1412
AudioWAVServer server("ssid","password");
1513

1614
// Callback which provides the audio data
@@ -28,8 +26,6 @@ void setup(){
2826
server.begin(outputData, info.sample_rate, info.channels, info.bits_per_sample);
2927
}
3028

31-
32-
3329
// Arduino loop
3430
void loop() {
3531
// Handle new connections

0 commit comments

Comments
 (0)