搜索资源列表
pcm
- 使用javascr ipt仿真PCM编译码,A律绘图分析-Javascr ipt simulation for PCM encoding and decoding, the mapping analysis of A law
leigema
- Gray Code是一个数列集合,每个数使用二进位来表示,假设使用n位元来表示每个数好了,任两个数之间只有一个位元值不同,例如以下为3位元的Gray Code: 000 001 011 010 110 111 101 100 由定义可以知道,Gray Code的顺序并不是唯一的,例如将上面的数列反过来写,也是一组Gray Code: 100 101 111 110 010 011 001 000 Gray Code是由贝尔实验室的Frank G
Wav
- 读取wav文件,把生成的数据段,直接保存为文件,就是pcm文件-Read wav file, the data segment generated directly saved as a file, the file is pcm
test
- java 播放pcm格式代码 采样率等都可以调-java code to play pcm format so you can adjust the sampling rate
AndroidPCMPlay
- android播放纯PCM音频播放器,可测试android纯音频采集。-android play pure PCM audio player, you can test the pure android audio capture.
MicrophoneInputStream
- PCM input stream from the microphone, 16 bits per sample.
readWav
- The program shows how to read in a wav file. In this case, the programme is expecting a single channel (mono), 16bit PCM encoded file. The complete source file can be downloaded using the link below. It is compiled and executed as follows:
new1
- 本文记录一个使用DirectSound播放PCM的例子。-This paper records an example of using DirectSound play PCM.
AndroidPCM
- Android系统音频PCM波形图绘制算法与实现- Android system audio PCM waveform drawing algorithm and implementation
SBC encoder
- sbc 编码器用于将PCM进行加密为sbc降低数据率