小程序采集录音并上传到后台
网络编程 2021-07-04 15:02www.168986.cn编程入门
这篇文章主要为大家详细介绍了小程序采集录音并上传到后台,文中示例代码介绍的非常详细,具有一定的参考价值,感兴趣的小伙伴们可以参考一下
本文实例为大家分享了小程序录音上传的具体代码,供大家参考,具体内容如下
demo.wxml
<view> <button bindtap='startRecordMp3' type='primary'>录音开始(mp3)</button> </view> <view> <button bindtap='sRecord' type='primary'>录音结束</button> </view> <view> <button bindtap='playRecord' type='primary'>播放录音</button> </view> <view> <button bindtap='sendRecord' type='primary'>播放录音</button> </view>
demo.wxss
view{ padding: 15px; }
demo.js
// pages/newMusic/index.js const recorderManager = wx.getRecorderManager(); Page({ data: { }, / 提示 / tip: function (msg) { wx.showModal({ title: '提示', content: msg, showCancel: false }) } / 录制mp3音频 / , startRecordMp3: function () { recorderManager.start({ format: 'mp3' }); } / 停止录音 / , sRecord: function () { recorderManager.s() } / 播放录音 / , playRecord: function () { var that = this; var src = this.data.src; if (src == '') { this.tip("请先录音!") return; } this.innerAudioContext.src = this.data.src; this.innerAudioContext.play() }, onLoad: function (options) { var that = this; recorderManager.onError(function () { that.tip("录音失败!") }); recorderManager.onS(function (res) { that.setData({ src: res.tempFilePath }) console.log(res.tempFilePath) that.tip("录音完成!") }); this.innerAudioContext = wx.createInnerAudioContext(); this.innerAudioContext.onError((res) => { that.tip("播放录音失败!") }) } })
java后台接收
package .azor.controller; import java.text.SimpleDateFormat; import java.util.Date; import java.util.HashMap; import java.util.Map; import javax.servlet.http.HttpServletRequest; import .apache.mons.codec.binary.Base64; import .apache.mons.lang.StringUtils; import .slf4j.LoggerFactory; import .springframework.beans.factory.annotation.Autowired; import .springframework.core.env.Environment; import .springframework.web.bind.annotation.RequestMapping; import .springframework.web.multipart.MultipartFile; import .springframework.web.multipart.MultipartHttpServletRequest; import .azor.utils.HttpAPIService; import ch.qos.logback.classic.Logger; import .sf.json.JSONObject; @RestController @RequestMapping("/base_voice") public class BaseController { private static final Logger logger = (Logger) LoggerFactory.getLogger(BaseController.class); private static String lineSeparator = System.getProperty("line.separator"); @Autowired protected Environment env; @Autowired protected HttpAPIService httpAPIService; / 上传文件保存路径 / private final String FILE_SAVE_PATH = "D:/photo/jac_hr_miniprogram_file/"; / 主业务数据Map / protected Map<String, Object> dataMap = new HashMap<>(); / HTTP POST 请求Map / protected Map<String, Object> postMap = new HashMap<>(); @RequestMapping("/file_upload") public void saveFile(HttpServletRequest request, String url) throws Exception { logger.info("文件上传开始" + lineSeparator); // 1.获取从前台传过来得图片 MultipartHttpServletRequest req = (MultipartHttpServletRequest) request; MultipartFile multipartFile = req.getFile("file"); // 2.获得文件扩展名 String extOfFile = getExtOfFile(multipartFile); // 3.保存到本地 BufferedOutputStream bos = null; String filename = null; try { File dir = new File(file_save_path); if (!dir.exists()) {// 判断文件目录是否存在 dir.mkdirs(); } filename = new SimpleDateFormat("yyyyMMddHHmmss").format(new Date()) + (int) (Math.random() 1000) + "." + extOfFile; bos = new BufferedOutputStream(new FileOutputStream(file_save_path + filename)); bos.write(multipartFile.getBytes()); } catch (Exception e) { e.printStackTrace(); } finally { if (bos != null) { try { bos.close(); } catch (IOException e) { e.printStackTrace(); } } } } public String getExtOfFile(MultipartFile multipartFile) { // 获取文件的 名称.扩展名 String oldName = multipartFile.getOriginalFilename(); String extensionName = ""; // 获取原来的扩展名 if ((oldName != null) && (oldName.length() > 0)) { int dot = oldName.lastIndexOf('.'); if ((dot > -1) && (dot < (oldName.length() - 1))) { extensionName = oldName.substring(dot+1); } } return extensionName; } }
效果
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持狼蚁SEO。
编程语言
- 甘肃哪有关键词排名优化购买方式有哪些
- 甘肃SEO如何做网站优化
- 河南seo关键词优化怎么做电话营销
- 北京SEO优化如何做QQ群营销
- 来宾百度关键词排名:提升您网站曝光率的关键
- 卢龙关键词优化:提升您网站排名的策略与技巧
- 山东网站优化的注意事项有哪些
- 四川整站优化怎样提升在搜索引擎中的排名
- 疏附整站优化:提升网站性能与用户体验的全新
- 海南seo主要做什么工作售后服务要做到哪些
- 荣昌百度网站优化:提升您网站的搜索引擎排名
- 河北seo网站排名关键词优化如何做SEO
- 江西优化关键词排名推广售后保障一般有哪些
- 古浪SEO优化:提升你的网站可见性
- 西藏网站排名优化怎么把网站排名在百度首页
- 如何提升阳东百度快照排名:详尽指南