上传者: 38532849
|
上传时间: 2021-12-11 14:21:02
|
文件大小: 41KB
|
文件类型: -
本文实例为大家分享了unity实现录音并保存本地的具体代码,供大家参考,具体内容如下
我们可以使用unity自带的MicroPhone类来录音,回放录音,保存录音
具体代码如下:
using System;
using System.Collections;
using System.Collections.Generic;
using System.IO;
using UnityEngine;
public class MicroPhoneManager : MonoBehaviour {
public int DeviceLength;
///
/// 录