搜索资源列表
-
0下载:
Android NDK层的播放器,自己解码,利用AudioTrack进行播放,可以提取pcm数据,制作EQ. -Android NDK level players, their decoding, using AudioTrack to play, you can extract the pcm data, making EQ.
-
-
0下载:
Android 开发中的AudioRecord和AudioTrack类的使用的教程-Android Development AudioRecord and AudioTrack the use of tutorial classes
-
-
0下载:
android平台非常规的语音播放方式:使用AudioTrack播放,处理部分机器无法频繁调用MediaPlayer播放的问题-android AudioTrack plya PCM voice
-
-
2下载:
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 Andrews platform.
-
-
0下载:
本开源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 audiotrack output, of the java layer
-
-
0下载:
在Android系统如果需要直接播放内存数据,用AudioTrack并且通过libmad第三方解码库,将可以实现-In the Android system directly play memory data AudioTrack and libmad of third parties decoding library, will be able to achieve
-
-
0下载:
解决ffmpeg在android移植的问题,使之不依赖底层surface和audiotrack-Solve the problem of ffmpeg in android transplant, so that does not depend on the underlying surface and audiotrack
-
-
0下载:
安卓播放录音的例子(AudioRecorder、audioTrack),包括录音重播,边录边播
PS:用的android 5.0版本,用录音播放时需要注意sd目录位置,比较懒写死了:)-Examples Andrews play recordings (AudioRecorder, audioTrack), including recording replay recorded side edge broadcast PS: with android 5.0 version, you nee
-
-
0下载:
android录音播放,实现实时对讲!android 使用AudioRecord 录音,使用AudioTrack 播放,-Android recording playback, real-time communication between!Android using AudioRecord recordings, using AudioTrack play,
-
-
0下载:
android ilbc语音通话 AudioRecord获取流编码进行录音 通过AudioTrack进行播放 中间数据传输使用ilbc库-android ilbc voice AudioRecord acquisition stream encoded for playback recording intermediate data transmission using ilbc libraries AudioTrack
-
-
2下载:
Android 音频实时播放;android使用audioRecord和audioTrack实现语音录音播放与即时播放(Android Audio real-time playback)
-
-
1下载:
音频混合:实时录制audio时录制麦克风数据 和 写入背景音乐
本次案例实现了
*MediaPlayer 播放音频
*AudioTrack 播放音频 mp3 --> pcm data ( libs/jl1.0.1.jar )
*AudioRecord 录制音频 pcm file
*AudioTrack 播放音频 pcm data
*AudioRecord 录制音频 use MediaCodec & MediaMuxer write data
*MediaExtract
-