I want to create sound effect like hall, Big room, etc for use in am using Echo (by changing its parameters ) but it gives error continuously. Please help me #1008
-
here is my code:
#include "AudioTools.h" BluetoothA2DPSink a2dp_sink; uint16_t duration_ms = 1000; // Effects // Write data to AudioKit in callback void setup() { // setup output // register callback void loop() { |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I suggest you build your output chain using an AudioEffectStream and then just write to it in the callback. |
Beta Was this translation helpful? Give feedback.
-
Thanks a lot . now it is working after two days of work. |
Beta Was this translation helpful? Give feedback.
I suggest you build your output chain using an AudioEffectStream and then just write to it in the callback.