opencore-amr-android
opencore-amr-android copied to clipboard
opencore amr codec for android
大佬,请教一下这个是什么问题呢 signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0 backtrace: #00 pc 00009044 /data/app/com.cwt.tap-1/lib/arm/libamr-codec.so (cl_ltp+59) #01 pc 00004dff /data/app/com.cwt.tap-1/lib/arm/libamr-codec.so (cod_amr+1014) #02 pc 00004751 /data/app/com.cwt.tap-1/lib/arm/libamr-codec.so (GSMEncodeFrame+76) #03 pc 00003ee9 /data/app/com.cwt.tap-1/lib/arm/libamr-codec.so...
I replace demo.amr with my amr file and weird noise plays.. This is my amr file. [sound.amr.zip](https://github.com/kevinho/opencore-amr-android/files/330519/sound.amr.zip)
执行完毕调用AmrEncoder.exit(),时候报的错误,发生的原因暂不清楚,stack上面有说我尝试访问无权访问的地址
我用录制的PCM数据,然后从新编码amr,播放是成功的正常的 我用我的wav去掉头应该就是pcm数据了,编码amr声音是原来的2倍,被拉长了
pcm转出来的amr声音低沉,貌似是码率问题
The output amr file is noise, not the original music. In addition, the length of music is changed. And I adjust the argument of inbytebuffer as 44100 * 2 *...
if not ,does it need a lot work to support AMR WB
dlopen failed: "/data/app/......../lib/arm64/libamr-codec.so" is 32-bit instead of 64-bit
I have the ios .a lib, and I also need the Android .so lib. but the auther' lib is not generate by the original file. He add some code. and...