Skip to content

Commit 2adb8c1

Browse files
committed
TextToSpeech sound quality
1 parent e6ed32f commit 2adb8c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TextToSpeech.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class TextToSpeech {
6161
if (!active) begin();
6262
mp3Stream->begin();
6363
copier.begin(*decodedStream, *mp3Stream);
64-
copier.copyAll();
64+
copier.copyAll(0, 0);
6565
copier.end();
6666
mp3Stream->end();
6767
} else {

0 commit comments

Comments
 (0)