Vikram Dattu
Vikram Dattu
For upload path, as per specification, data is down-channeled and down sampled to 16K sampling rate. Hence, another channel simply is irrelevant and data for that is ignored.
ADF's SIP client is not compatible with `esp-va-sdk`. `ESP-IDF` version which `ADF` and `esp-va-sdk` are different. So, currently this is not possible.
Hi @l1351868270 I think the issue I get is similar to this: https://github.com/karpathy/llama2.c/issues/510 Did you have any directions to how to fix this in run.c?
@tarchive did you try with `MICROLITE_SPIRAM_CAM` board with `idf.py set-target esp32s3`?
Hi @ImerHamidovic, When exactly do you encounter this issue? If toolchains are set properly (with `. ./export.sh`) and you can build the app, you should not get such error. Did...
Hello @ClearVoiceM from logs, it seems, your are flashing the firmware build for different board(viz., lyratd_vaquita). Please remove the build, export AUDIO_BOARD_PATH to `lyratd_dspg` board and check.
Hi @ClearVoiceM the SDK itself doesn't provide you with this option. However, if you are keen, you may do some changes in the code to achieve the same. My favourite...
@Whiteliondnd8 @prabhu012 Can you share the devkit or module details you are using? ESP-VA-SDK requires external RAM of at least 4MB. It appears, your module doesn't have the same.
I see! The above particular board has WROOM-ESP32 module and does not have external RAM (SPI-RAM) installed. You should use a dev kit with WROVER module instead. For evaluation purpose...
@jcassette thanks for spotting and fixing this. We will review it internally and take the change.