-
Notifications
You must be signed in to change notification settings - Fork 685
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
Examples give warnings and not work (AUD-5538) #1230
Comments
Could you please print out the complete log? This way, we might be able to find the issue more quickly. |
Here is my log when i try to run it: I (0) cpu_start: App cpu up. |
In another hand when i try VoIP example i have the same error message and it's not working, so i think it will happen in any example containing both speaker and mic. |
No worries, this is normal for IDF v4.4 and does not affect your work. |
If it doesn't affect, then it's just not working. How to make it work in VSCode? May be there some example menuconfig, that works from someone? |
Here is recording: |
git describe --tags
in $IDF_PATH folder to find it):// v4.4.8
git describe --tags
in $ADF_PATH folder to find it):// v2.6-122-g28736657
xtensa-esp32-elf-gcc --version
in your project folder to find it):// not a program name
Problem Description
When trying to use example "SPIFFS_AMR_RESAMPLE_EXAMPLE" from isp-idf i see error in Serial:
E (16565) I2S: register I2S object to platform failed.
That happen when program try to "Create audio elements for playback pipeline"
But in example log i see: I2S: I2S driver already installed
Searching of this phrase in ADF did not give anything.
Same phrase found in logs of different examples on github.
How to make it work?
Expected Behavior
Working example
Steps to Reproduce
Try to compile any example that use 2 channels at once
The text was updated successfully, but these errors were encountered: