我想在我的android录制应用程序中实现使用PCM 16位和PCM 8位进行录制的可能性。我有一个问题converting a byte[] PCM 16 bit to 8 bit,我尝试了不同的方法,but the size of the recording remained the same(for PCM 8 bit the size should be half of the PCm 16 bit)。以下是这两种方法: if(encoding == AudioForma
我要把pcm转换成mp3吗?我用mp3绘制了一个波形,然后用wavesurfer.js进行了测试,完成了。但是我不知道怎么使用pcm。以下是代码。waveColor: 'violet',});
wavesurfer.load('/audio/1.mp3'); // I want to use .pcm