CallMe icon indicating copy to clipboard operation
CallMe copied to clipboard

局域网内语音通话研究

Results 3 CallMe issues
Sort by recently updated
recently updated
newest added

Hey, I have tested you app. I found all works well except when I connect it with Bluetooth headset. It record sound from default microphone on the phone not from...

speex库的源代码能够提供码

作者你好,感谢你的分享。公司让我做一个语音通话程序。是基于Android平板设备,通讯使用tcp。我现在做到了能够设备间建立通讯链接进行音频流交换,进行语音通话。但是语音质量很差,音频编解码这块还很陌生,在GitHub上面看到了你的作品,谢谢哈!我自己在Androidstudio上面编译的时候,最后出现的一个错误是在是没辙了,能帮帮我吗? 错误是编译期audio这个module产生的:excuting external native build for cmake D/.....项目路径/src/main/jni/cmakelists.txt 我看了你的代码,将build.gradle文件里面的externalnativebuild标签内容注释就能够编译通过并且运行,但是程序在system.loadlibrary("native")函数crash掉。所以那个cmake编译不能省。但是我的环境下面编译一直过不了,能帮一把吗? qq:732408993 谢谢!