我无法录制我的声音我的应用是我自动参加通话然后录制并保存

时间:2016-04-18 06:08:24

标签: android

String FILENAME = "hello_file";
String string = "hello world!";
FileOutputStream fos = openFileOutput(FILENAME, Context.MODE_PRIVATE);
fos.write(string.getBytes());
fos.close();

我正在使用此代码,但不了解如何转换mp3文件并将其保存在手机存储中

0 个答案:

没有答案