-
Notifications
You must be signed in to change notification settings - Fork 702
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ESP32S3 does not work for TTS data file size more than 3MB (AUD-4957) #1094
Comments
Here is the booting logs when using esp_tts_voice_data_xiaoxin.dat. The system seems to be reset by WDT after the first 4 words are spoken out. I (50) boot: ESP-IDF v5.1.1-dirty 2nd stage bootloader I (0) cpu_start: App cpu up. I (977) AUDIO_ELEMENT: [tts] AEL_MSG_CMD_RESUME,state:1 |
参考(References) |
Using example pipeline_tts_stream, I tried all 4 versions TTS data files. Only those files size less than 3MB work. Those files size more than 3MB, they do not work. The app keep rebooting, complaining panic without detail error message.
I am using ESP32S3, with 8M PSRM, 16M flash. Using master code of esp-idf and esp-adf of recent days.
TTS code is run in a thread. The stack size of the thread is 6KB.
How can I investigate this issue?
The text was updated successfully, but these errors were encountered: