text to speech error #922
-
#include "SimpleTTS.h" After adding above header I am getting below error |
Beta Was this translation helpful? Give feedback.
Replies: 15 comments 9 replies
-
I can't reproduce your issue. |
Beta Was this translation helpful? Give feedback.
-
Is their any way to use your API and store the file in SD card. |
Beta Was this translation helpful? Give feedback.
-
Unlikely: it does not use much: If you check the Dictionary implementations you can see that SD is one of the options All the necessary information is available in the Wiki! |
Beta Was this translation helpful? Give feedback.
-
#include "SimpleTTS.h" now after using above i am getting below errors |
Beta Was this translation helpful? Give feedback.
-
I have just committed some changes to this library to reflect the updates in the AudioTools. |
Beta Was this translation helpful? Give feedback.
-
#include "SimpleTTS.h" After using above line and update the API it compile but getting exception error . before adding tts file space details are below . Sketch uses 932689 bytes (47%) of program storage space. Maximum is 1966080 bytes. After tts header space details are below after huge APP below is storage detail .so problem is some were else which i cant figure out . This is the exception I am getting |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Its esp32 wroom |
Beta Was this translation helpful? Give feedback.
-
Check your stacktrace: You are using esp32/esp32S2 |
Beta Was this translation helpful? Give feedback.
-
yes but i select in board esp32 wroom da module . and board i have is esp32 wroom-32 .. I don't now why i am getting this exception .pls guide this is the board physically connected |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
What exectly are you doing ? I just tried the audio-i2s sketch and it is loading and running perfectly on a ESP32 DevKIT V1. As usual I was selecting the Partition Scheme Hugh APP. But selecting another one was working as well. I tested with the Arduino ESP version 2.0.9 |
Beta Was this translation helpful? Give feedback.
-
#include "SimpleTTS.h" yes now I confirm you that above line or tts speech only work if i remove below WiFi mode from setup . other wise it is throwing exception. WiFi.mode(WIFI_STA); |
Beta Was this translation helpful? Give feedback.
-
Not sure since I never used this: Maybe this is just using too much RAM... |
Beta Was this translation helpful? Give feedback.
-
HOW to query the RAM after opening the WIFI connection ?? |
Beta Was this translation helpful? Give feedback.
I can't reproduce your issue.
You must have some other issue: just including some header file can't have such an impact...