Platform: RK3288
OS: Android 6.0
Kernel: 3.10.92
用SoundRecorder APK录出来的声音格式是3GPP格式,现在需要转换成pcm格式做分析。
一种是源代码实现输出,见 How to read raw values of 3gp / AMR-NB audio format?
另外一种是在线先转换成wav(见3GPP to WAV),转过过程很简单,如下
还能转成多种格式
然后用音频编辑工具如Cooledit转换成PCM就可以了。
Platform: RK3288
OS: Android 6.0
Kernel: 3.10.92
用SoundRecorder APK录出来的声音格式是3GPP格式,现在需要转换成pcm格式做分析。
一种是源代码实现输出,见 How to read raw values of 3gp / AMR-NB audio format?
另外一种是在线先转换成wav(见3GPP to WAV),转过过程很简单,如下
还能转成多种格式
然后用音频编辑工具如Cooledit转换成PCM就可以了。
相关文章: