Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pipeline_http_mp3播放卡顿问题,从已关闭议题(AUD-5291) #1174开启 (AUD-5613) #1249

Closed
laodi-chen opened this issue Aug 14, 2024 · 0 comments

Comments

@laodi-chen
Copy link

@jason-mao 老哥

后来又按照你说的方式调整了输出缓冲区大小,并进行了以下调整,但是效果都无济于事。
使用的例程默认播放地址https://dl.espressif.com/dl/audio/ff-16b-2c-44100hz.mp3

  1. 使用了更大的请求空间
    http_cfg.out_rb_size = 800 * 1024;
    http_cfg.request_size = 16384;
    http_cfg.request_range_size = 32768;
  1. 使用更高的任务优先级
    i2s_cfg.task_prio = configMAX_PRIORITIES - 1;
    i2s_cfg.task_core = 1;

这是录音

WeChat_20240813182718.mp4
@github-actions github-actions bot changed the title pipeline_http_mp3播放卡顿问题,从已关闭议题(AUD-5291) #1174开启 pipeline_http_mp3播放卡顿问题,从已关闭议题(AUD-5291) #1174开启 (AUD-5613) Aug 14, 2024
@laodi-chen laodi-chen closed this as not planned Won't fix, can't repro, duplicate, stale Aug 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant