A2DP sound effect #469
-
Hello i am working on ESP32A1S with AC101 codec. I want to implement ECHO or delay on bluetooth audio (A2DP) streaming (so i can make sound effect like large hall , 3D and echo on both bluetooth and line-in. AudioKitStream kit; // Access I2S as stream using this results no change on output. |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 12 replies
-
You are not using the Delay anywhere: Please read the Wiki about Audio Effects or look at the examples |
Beta Was this translation helpful? Give feedback.
-
I did some corrections and was debugging the result: I think it is doing now what it is supposed to do. |
Beta Was this translation helpful? Give feedback.
-
What execlty do you want to do with Delay ? |
Beta Was this translation helpful? Give feedback.
-
There are plenty of possiblities if you use the STK based effects classes |
Beta Was this translation helpful? Give feedback.
-
Just look at the documentation: https://pschatzmann.github.io/arduino-audio-tools/html/classaudio__tools_1_1_audio_effect.html There is also documentation about Faust in the Wiki |
Beta Was this translation helpful? Give feedback.
-
After building a proper infrastructure to test the effects properly I have finally corrected the Delay to work properly. Here are the tests... |
Beta Was this translation helpful? Give feedback.
After building a proper infrastructure to test the effects properly I have finally corrected the Delay to work properly. Here are the tests...