摘要: File file = new File(audioPath);//读取录音文件 RandomAccessFile raf = new RandomAccessFile(file, "r"); byte[] readBuffer = new byte[4096];//读取缓存大小 while (ru 阅读全文
posted @ 2020-09-03 11:21 RealWorld♂ 阅读(253) 评论(0) 推荐(0) 编辑
摘要: <dependency> <!-- xml与java pojo 映射类库 --> <groupId>com.thoughtworks.xstream</groupId> <artifactId>xstream</artifactId> <version>1.4.10</version> </depe 阅读全文
posted @ 2020-09-03 11:11 RealWorld♂ 阅读(1124) 评论(0) 推荐(0) 编辑
摘要: 使用微软翻译SDK过程中出现的错误。 Windows上的语音SDK需要Microsoft Visual C ++ Redistributable for Visual Studio 2019 在系统上。 到此网站下载:Windows 64位 inter:https://aka.ms/vs/16/re 阅读全文
posted @ 2020-09-03 10:17 RealWorld♂ 阅读(557) 评论(0) 推荐(0) 编辑