Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/illuspas/SayHi
Native audio recording/playing (OpenSL ES) and speex encoding/decoding,transport by rtmp.
https://github.com/illuspas/SayHi
Last synced: 3 months ago
JSON representation
Native audio recording/playing (OpenSL ES) and speex encoding/decoding,transport by rtmp.
- Host: GitHub
- URL: https://github.com/illuspas/SayHi
- Owner: illuspas
- License: gpl-2.0
- Created: 2013-05-18T13:00:28.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-01-20T01:32:33.000Z (almost 9 years ago)
- Last Synced: 2024-07-01T08:10:50.879Z (5 months ago)
- Language: C
- Homepage:
- Size: 1.25 MB
- Stars: 76
- Watchers: 23
- Forks: 63
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
SayHi
=====Native audio recording/playing and speex encoding/decoding,transport by rtmp.
1. 采集播放,使用ANDROID_PLATFORM_9开始支持的OpenSL ES接口本地代码实现
2. 编解码,使用libspeex_1.2rc1,开启ARM5E汇编优化,使用fixed-point编译
3. 传输,使用librtmp git 版本工作目录下libs\armeabi\libsayhi.so并非最新版本,使用时请用ndk-build重新生成
最近经常有同学邮件反馈这个项目的问题,抱歉,几年前的项目了,坑多,懒得填了,仅供参考。 如果做商用,可以试试这个商用版https://github.com/NodeMedia/NodeMediaClient-Android