Hello, i am looking to implement an equalizer into the Audio application for the nrf5340 Audio DK. I want to implement this, specifically on the gateway side, and alter the sound before sending it to the headset.
My question is where in the code would be an appropriate place to alter the sound, between recieving it from USB and sending it to Network core or DAC?
My current idea would be to implement another "step" in the audio_datapath function -> audio_datapath_stream_out. However the description says the following