大约有 21 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0018 秒)
...g getAudioPath(){ String audioPath = mStoragePath + "/"; audioPath += UUID.randomUUID().toString() + ".wav"; return audioPath; } public boolean onTouch(final String type){ switch(type){ case "d": mPTTStartTime = System.currentTimeMillis(); startRecordAudio(); return true; case "u": mAudioDownloaded ...
来源: Laya_社区 发布时间: 20170722