Skip to content

Commit 045739f

Browse files
committed
README
1 parent d23b45d commit 045739f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ If we record the words in mp3 we might even get away with the need of a separate
6262
I2SStream i2s; // audio output via I2S
6363
MP3DecoderHelix mp3; // mp3 decoder
6464
AudioDictionary dictionary(ExampleAudioDictionaryValues);
65-
TextToSpeech tts(tts, i2s, mp3, dictionary);
65+
TextToSpeech tts(i2s, mp3, dictionary);
6666
6767
void setup(){
6868
Serial.begin(115200);

0 commit comments

Comments
 (0)