In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-25 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/01 Report--
This article mainly explains "how Mini Program can play cached audio files". Interested friends may wish to have a look. The method introduced in this paper is simple, fast and practical. Next, let's let the editor take you to learn how Mini Program can play cached audio files.
Many times we want to cache the data locally in advance to save bandwidth. But recently, I encountered some minor problems when dealing with WeChat Mini Programs playing audio files cached locally, and then we need to adopt different playback strategies for Android and IOS.
First of all, if you use audio tags to play online audio files, if the server does not achieve breakpoint continuation, IOS will not be able to play, this should be noted.
For audio cached in Mini Program (audio saved by wx.saveFile (OBJECT)), IOS can only be played through the API for playing background music. Other playback methods have not been successfully practiced, while for Android, the internal audio context innerAudioContext object can be played. Give the code:
Var res = wx.getSystemInfoSync ()
If (res.platform = = 'ios') {
This.audio = wx.getBackgroundAudioManager ()
} else {
This.audio = wx.createInnerAudioContext ()
}
This.audio.title = "Music File"
This.audio.src = "local file address"
This.audio.play ()
At this point, I believe you have a deeper understanding of "how Mini Program can play cached audio files". You might as well do it in practice. Here is the website, more related content can enter the relevant channels to inquire, follow us, continue to learn!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.