We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d23b45d commit 045739fCopy full SHA for 045739f
README.md
@@ -62,7 +62,7 @@ If we record the words in mp3 we might even get away with the need of a separate
62
I2SStream i2s; // audio output via I2S
63
MP3DecoderHelix mp3; // mp3 decoder
64
AudioDictionary dictionary(ExampleAudioDictionaryValues);
65
-TextToSpeech tts(tts, i2s, mp3, dictionary);
+TextToSpeech tts(i2s, mp3, dictionary);
66
67
void setup(){
68
Serial.begin(115200);
0 commit comments