Checklist
Issue or Suggestion Description
in the esp-adf coze_ws_app example, playback data is received by coze client, then copied to audio_playback.fifo , then copied again in inport callback.
is it really nessissary? is there a way to copy data only once, then pass it by pointer in the second time, maybe using zero-copy databus as described?