Skip to content
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

Avoid use hard coded size of partition in tts_stream (AUD-5226) #1159

Closed
wants to merge 1 commit into from

Conversation

yyjdelete
Copy link

Fixes #1094

@yyjdelete
Copy link
Author

The code is the same as the one in esp-sr and esp-skainet, and should make people possible to use tts data >3M(esp_tts_voice_data_xiaoxin.dat) without change the code of adf(change partitions.csv is still required)
https://github.com/espressif/esp-sr/blob/cc806480c093f1bf866068a70cd6255da62e8275/test_apps/esp-tts/main/test_chinese_tts.c#L72-L76
https://github.com/espressif/esp-skainet/blob/5e03e16b329d966717c5fca1df806486a0ee88bc/examples/chinese_tts/main/main.c#L56-L62

@github-actions github-actions bot changed the title Avoid use hard coded size of partition in tts_stream Avoid use hard coded size of partition in tts_stream (AUD-5226) Feb 27, 2024
@jason-mao
Copy link
Collaborator

jason-mao commented Apr 8, 2024

Thanks for your contribution. It's merged on afeb5ff

@jason-mao jason-mao closed this Apr 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ESP32S3 does not work for TTS data file size more than 3MB (AUD-4957)
2 participants