In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-09-18 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.
The market share of Chrome browser on the desktop has exceeded 70%, and users are complaining about
The world's first 2nm mobile chip: Samsung Exynos 2600 is ready for mass production.According to a r
A US federal judge has ruled that Google can keep its Chrome browser, but it will be prohibited from
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
About us Contact us Product review car news thenatureplanet
More Form oMedia: AutoTimes. Bestcoffee. SL News. Jarebook. Coffee Hunters. Sundaily. Modezone. NNB. Coffee. Game News. FrontStreet. GGAMEN
© 2024 shulou.com SLNews company. All rights reserved.