Skip to content

reduce memcpy in coze_ws_app example (AUD-6681) #25

@hyansuper

Description

@hyansuper

Checklist

  • Checked the issue tracker for similar issues to ensure this is not a duplicate.
  • Provided a clear description of your suggestion.
  • Included any relevant context or examples.

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions