資源簡介
android語音、視頻通話源碼包(完美無回聲)
代碼片段和文件信息
package?com.bairuitech.anychat;
import?android.media.AudioFormat;
import?android.media.AudioManager;
import?android.media.AudioRecord;
import?android.media.AudioTrack;
import?android.media.MediaRecorder;
import?android.util.Log;
//?AnyChat?音頻包裝類,實現音頻采集、播放等
public?class?AnyChatAudioHelper?{
private?final?static?String?TAG?=?“ANYCHAT“;
private?AudioTrack?mAudioTrack?=?null;
private?AudioRecord?mAudioRecord?=?null;
private?PlayAudioThread?mPlayAudioThread?=?null; //?播放線程
private?boolean?mPlayThreadExitFlag?=?false; //?播放線程退出標志
private?int?mMinPlayBufSize?=?0;
private?boolean?mAudioPlayReleased?=?false;
private?RecordAudioThread?mRecordAudioThread?=?null; //?采集線程
private?boolean?mRecordThreadExitFlag?=?false; //?采集線程退出標志
private?int?mMinRecordBufSize?=?0;
private?boolean
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????3227618??2013-03-19?21:30??AnyChatCoreSDK_Android_V1.7\bin\AnyChatAndroid.apk
?????文件?????360742??2013-03-19?21:54??AnyChatCoreSDK_Android_V1.7\doc\AnyChat?for?Android?SDK開發手冊.pdf
?????文件???????1978??2013-03-19?21:35??AnyChatCoreSDK_Android_V1.7\readme.txt
?????文件???????5721??2013-03-19?21:13??AnyChatCoreSDK_Android_V1.7\sdk\AnyChatAudioHelper.java
?????文件???????1056??2012-03-04?10:56??AnyChatCoreSDK_Android_V1.7\sdk\AnyChatba
?????文件???????5255??2013-03-11?17:10??AnyChatCoreSDK_Android_V1.7\sdk\AnyChatCameraHelper.java
?????文件??????16802??2013-03-19?21:20??AnyChatCoreSDK_Android_V1.7\sdk\AnyChatCoreSDK.java
?????文件??????14348??2013-03-19?21:02??AnyChatCoreSDK_Android_V1.7\sdk\AnyChatDefine.java
?????文件????????580??2012-03-04?10:56??AnyChatCoreSDK_Android_V1.7\sdk\AnyChatPrivateChatEvent.java
?????文件???????4138??2013-03-19?19:44??AnyChatCoreSDK_Android_V1.7\sdk\AnyChatSensorHelper.java
?????文件???????1069??2012-03-04?10:56??AnyChatCoreSDK_Android_V1.7\sdk\AnyChatStateChgEvent.java
?????文件????????329??2012-03-04?10:56??AnyChatCoreSDK_Android_V1.7\sdk\AnyChatTextMsgEvent.java
?????文件????????608??2012-03-04?10:56??AnyChatCoreSDK_Android_V1.7\sdk\AnyChatTransDataEvent.java
?????文件???????4865??2013-01-25?09:35??AnyChatCoreSDK_Android_V1.7\sdk\AnyChatVideoHelper.java
?????文件????????589??2012-07-09?17:55??AnyChatCoreSDK_Android_V1.7\server\readme.txt
?????文件????????280??2013-03-19?21:32??AnyChatCoreSDK_Android_V1.7\src\AnyChatDemo\.classpath
?????文件????????850??2012-12-13?20:57??AnyChatCoreSDK_Android_V1.7\src\AnyChatDemo\.project
?????文件????????137??2012-03-04?10:54??AnyChatCoreSDK_Android_V1.7\src\AnyChatDemo\.settings\org.eclipse.ltk.core.refactoring.prefs
?????文件???????3452??2013-01-21?19:53??AnyChatCoreSDK_Android_V1.7\src\AnyChatDemo\AndroidManifest.xm
?????文件????????364??2013-01-08?11:38??AnyChatCoreSDK_Android_V1.7\src\AnyChatDemo\default.properties
?????文件?????410840??2013-03-21?21:05??AnyChatCoreSDK_Android_V1.7\src\AnyChatDemo\libs\armeabi\libanychatcore.so
?????文件?????780824??2013-02-19?14:14??AnyChatCoreSDK_Android_V1.7\src\AnyChatDemo\libs\armeabi\libaudio_preprocessing.so
?????文件??????51440??2013-03-21?21:05??AnyChatCoreSDK_Android_V1.7\src\AnyChatDemo\libs\armeabi\libmediacore.so
?????文件??????81296??2013-03-21?21:05??AnyChatCoreSDK_Android_V1.7\src\AnyChatDemo\libs\armeabi\libmediacore_2.2.so
?????文件??????81348??2013-03-21?21:05??AnyChatCoreSDK_Android_V1.7\src\AnyChatDemo\libs\armeabi\libmediacore_2.3.so
?????文件??????81344??2013-03-21?21:05??AnyChatCoreSDK_Android_V1.7\src\AnyChatDemo\libs\armeabi\libmediacore_4.0.so
?????文件??????81336??2013-03-21?21:05??AnyChatCoreSDK_Android_V1.7\src\AnyChatDemo\libs\armeabi\libmediacore_4.1.so
?????文件?????100232??2013-03-21?21:05??AnyChatCoreSDK_Android_V1.7\src\AnyChatDemo\libs\armeabi\libmediahwcodec_2.2.so
?????文件?????110524??2013-03-21?21:05??AnyChatCoreSDK_Android_V1.7\src\AnyChatDemo\libs\armeabi\libmediahwcodec_2.3.so
?????文件?????112592??2013-03-21?21:05??AnyChatCoreSDK_Android_V1.7\src\AnyChatDemo\libs\armeabi\libmediahwcodec_4.0.so
............此處省略73個文件信息
評論
共有 條評論