You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The hardware I have is ESP32-S3-BOX-3. Although ESP-ADF indicates that it supports this hardware, the dueros example does not support it. The example uses sdcard, but ESP32-S3-BOX-3 does not support sdcard. I hope to replace sdcard with aduio flash tone. Since this is my first time using ESP chips, I have a problem with how to put the generated bin file into flash.
I searched for some online articles, which pointed out that the partition table needs to be modified to add a flash_tone partition. There are 2 ".csv" files in this example, partitions_dueros_examples.csv and partitions_dueros_examples_esp32s3.csv. Which one should I modify? Or should I modify both? In addition, what should I modify for the offset and size options?
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
Question about using audio flash tone in Dueros routine
Question about using audio flash tone in Dueros routine (AUD-5664)
Sep 3, 2024
In the future, we will support it. Please be patient.
Can you give me a reply or suggestion on my question? Our company is currently evaluating this project and plans to quickly build a sample based on this hardware. We may not be able to wait for you to complete the routine.
The hardware I have is ESP32-S3-BOX-3. Although ESP-ADF indicates that it supports this hardware, the dueros example does not support it. The example uses sdcard, but ESP32-S3-BOX-3 does not support sdcard. I hope to replace sdcard with aduio flash tone. Since this is my first time using ESP chips, I have a problem with how to put the generated bin file into flash.
I searched for some online articles, which pointed out that the partition table needs to be modified to add a flash_tone partition. There are 2 ".csv" files in this example, partitions_dueros_examples.csv and partitions_dueros_examples_esp32s3.csv. Which one should I modify? Or should I modify both? In addition, what should I modify for the offset and size options?
The text was updated successfully, but these errors were encountered: