We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
音乐加载你是采用了什么策略呢?边加载边播放吗,如果我不停地切换到下一首会不会很费流量,这个应该怎样解决
The text was updated successfully, but these errors were encountered:
边缓存边播放,连续切换的话,只会缓存当前播放的歌曲,歌曲缓存完整后,下次播放就不需要重新下载了
Sorry, something went wrong.
@aa112901 不知道是在什么时候缓存音频?我看到playall的时传进去的都没有音频具体的url或者本地地址,不知道在哪个代码块给它获取回来或者拼接成实际的音频源地址
No branches or pull requests
音乐加载你是采用了什么策略呢?边加载边播放吗,如果我不停地切换到下一首会不会很费流量,这个应该怎样解决
The text was updated successfully, but these errors were encountered: