Skip to content

Commit 2254c1a

Browse files
committed
audio-analog avoid noise
1 parent cbd267e commit 2254c1a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/audio-analog/audio-analog.ino

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,10 @@ void increment() {
4242

4343
void loop() {
4444
// speach output
45+
out.begin();
4546
utt.say(number, "usd");
47+
delay(200);
48+
out.end(); // closing to avoid disturbing noise
4649

4750
increment();
4851
delay(1000);

0 commit comments

Comments
 (0)