搜索资源列表
AudioRecordAudioTrack
- Android 开发中的AudioRecord和AudioTrack类的使用的教程-Android Development AudioRecord and AudioTrack the use of tutorial classes
Android-ndk-audio-jni-player
- Android NDK层的播放器,自己解码,利用AudioTrack进行播放,可以提取pcm数据,制作EQ. -Android NDK level players, their decoding, using AudioTrack to play, you can extract the pcm data, making EQ.
ls_audiotrack
- android平台非常规的语音播放方式:使用AudioTrack播放,处理部分机器无法频繁调用MediaPlayer播放的问题-android AudioTrack plya PCM voice
Sound
- android平台用audioRecord类和audioTrack类写的音频录放的程序,对于在安卓平台上进行后续的语音处理十分有用。-android platform with audioRecord Class and audioTrack of class to write the audio playback of the program is useful for subsequent voice processing Andr
ffplay_Android
- 本开源Android播放器基于ffmpeg开发,音视频在jni层直接输出,不使用java层的bmp和audiotrack输出,支持arm汇编加速,超级精简。-The open source Android player based on ffmpeg development, audio and video in the direct output of the jni layer, do not use bmp and audiotr
PureToneTest
- android环境下的纯音播放代码,适合于初学者,学习AudioTrack的使用-pure audio playback code in the android environment, suitable for beginners to learn the use of AudioTrack
libmad
- 在Android系统如果需要直接播放内存数据,用AudioTrack并且通过libmad第三方解码库,将可以实现-In the Android system directly play memory data AudioTrack and libmad of third parties decoding library, will be able to achieve
xmt-FFMpeg
- 解决ffmpeg在android移植的问题,使之不依赖底层surface和audiotrack-Solve the problem of ffmpeg in android transplant, so that does not depend on the underlying surface and audiotrack
Terase_Audio
- 安卓 audiotrack 使用byte方式录音-Andrews the audiotrack use byte way recording
voicetest4
- 简单的android语音通信,在tcp连接下,使用audiotrack和audiorecord-A simple android voice communication, use audiotrack tcp connection and audiorecord
Android-Framework
- 一 JNI重难点分析 1.1 注册方法的选择 1.2 垃圾回收 二 init重难点分析 2.1 keywords.h的有趣用法 2.2 用好“DllMain函数”——客户端Property读取的实现 三 Android常用类重难点分析 3.1 RefBase、sp和wp 3.2 题外话——无所不用其极 四 Binder重难点分析 4.1 时空穿越魔术揭秘
JNI_AudioTrack-
- c/c++ native层通过JNI API调用java层的AudioTrack 来播放音频文件-c/c++ native layer through JNI API call java layer AudioTrack to play audio files
AudioTrack
- The AudioTrack class manages and plays a single audio resource Java applications .
MediaEnvReverbTest
- Junit / Instrumentation test case for the media AudioTrack api for Andriod.
MediaAudioEffectTest
- Junit / Instrumentation test case for the media AudioTrack api.
MediaVirtualizerTest
- Junit Instrumentation test case for the media AudioTrack api.
record
- 使用AudioRecord进行录制,AudioTrack完成播放功能-Use AudioRecord recording, AudioTrack finishes playing function
SSMP3
- 一个Android平台录音和播放的源代码 主要讲述了AudioTrack和AudioRecord的使用方法-A recording and playback Android platform source code Focuses on the use of AudioTrack and AudioRecord
AudioTrack
- The AudioTrack class manages and plays a single audio resource for Java applications.
audioTrack
- 安卓播放录音的例子(AudioRecorder、audioTrack),包括录音重播,边录边播 PS:用的android 5.0版本,用录音播放时需要注意sd目录位置,比较懒写死了:)-Examples Andrews play recordings (AudioRecorder, audioTrack), including recording replay recorded side edge broadcast PS: wit