CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 多媒体 Audio 搜索资源 - pcm

搜索资源列表

  1. AudioControl

    0下载:
  2. 调节PCM音频的音量,通过对音频数据乘以一个常数n来增加或减小音量,测试通过。-Adjust the volume of PCM audio, audio data multiplied by a constant n to increase or decrease the volume test.
  3. 所属分类:Audio program

    • 发布日期:2017-04-03
    • 文件大小:439016
    • 提供者:刘月
  1. pcm_volume_control

    0下载:
  2. c++写的一个对pcm音频进行音量调节的一段代码,未经测试,不过判断为采用简单方法的一种音量调节,直接乘了一个倍数,有超限处理。-c++ to write an audio volume control pcm section of code, not tested, but judged as a simple method to adjust the volume directly by a multiple of a gauge processing.
  3. 所属分类:Audio program

    • 发布日期:2017-03-27
    • 文件大小:725
    • 提供者:孙先声
  1. oss_wav_play

    0下载:
  2. linux OSS编程例子.打开wav文件,并取出其中PCM数据,通过OSS接口函数实现播放.可以调节音量. 小而精.供大家参考. -linux OSS programming examples. Open wav file, and removed one of PCM data, the adoption of OSS player interface function. It can adjust the volume. Small but excellent. For your re
  3. 所属分类:Audio program

    • 发布日期:2017-03-30
    • 文件大小:3695
    • 提供者:彭远伦
  1. G711_G721_G723

    0下载:
  2. 对G72X系列编码的数据进行解码,生成可以使用声卡播放的pcm编码数据。-G72X series of encoded data decoding, sound card can be used to generate broadcast pcm encoded data.
  3. 所属分类:Audio program

    • 发布日期:2017-03-29
    • 文件大小:20392
    • 提供者:floyd
  1. audiovu_peak

    1下载:
  2. 通过调用waveopen 函数获取pcm格式的声音文件的声道波形及其动量音量显示-Waveopen by calling the function to get the pcm format sound files and their momentum volume channel waveform display
  3. 所属分类:Audio program

    • 发布日期:2017-04-25
    • 文件大小:172000
    • 提供者:
  1. WaveFun_Src

    0下载:
  2. 音频编码实现, 可以把wav Pcm格式转化成ccitt a-low格式文式, 可以直接在多种语音上支持-Audio Coding realize, can be converted into wav Pcm format ccitt a-low format the text style, can be directly supported in a variety of voice
  3. 所属分类:Audio program

    • 发布日期:2017-04-23
    • 文件大小:20602
    • 提供者:yanxiaobin
  1. wavecontrol

    0下载:
  2. This article is intended to give an overview of how PCM audio is stored and processed on a PC. It also explains the structure of wave files and shows you how to work with them using code written in C++.
  3. 所属分类:Audio program

    • 发布日期:2017-04-16
    • 文件大小:19429
    • 提供者:lor
  1. ConvertStereo

    0下载:
  2. 将立体声PCM语音文件分拆为2个独立的语音文件-Stereo Convert
  3. 所属分类:Audio program

    • 发布日期:2017-05-03
    • 文件大小:531456
    • 提供者:zhao jinsong
  1. PCM2WAV

    0下载:
  2. 将接收到得音频数据通过该程序由PCM转为WAV格式,从而方便播放-transfer PCM to WAV format
  3. 所属分类:Audio program

    • 发布日期:2017-03-28
    • 文件大小:11306
    • 提供者:honghong
  1. test.c

    0下载:
  2. 把pcm格式的文件转为wav格式,可直接播放。-To convert .pcm file to .wav file
  3. 所属分类:Audio program

    • 发布日期:2017-03-24
    • 文件大小:1423
    • 提供者:
  1. VolumeClasses

    0下载:
  2. libmad is a powerful open source library written in C that decodes MP3 files to uncompressed PCM data. However, it compiles as a static library, limiting its access to C/C++. I have written code (based on the source madlld) that compiles to a DLL, en
  3. 所属分类:Audio program

    • 发布日期:2017-04-03
    • 文件大小:15102
    • 提供者:xinghe
  1. madlldlib-10b4_dll

    0下载:
  2. libmad is a powerful open source library written in C that decodes MP3 files to uncompressed PCM data. However, it compiles as a static library, limiting its access to C/C++. I have written code (based on the source madlld) that compiles to a DLL, en
  3. 所属分类:Audio program

    • 发布日期:2017-03-24
    • 文件大小:74333
    • 提供者:xinghe
  1. FFTdemo

    0下载:
  2. libmad is a powerful open source library written in C that decodes MP3 files to uncompressed PCM data. However, it compiles as a static library, limiting its access to C/C++. I have written code (based on the source madlld) that compiles to a DLL, en
  3. 所属分类:Audio program

    • 发布日期:2017-03-27
    • 文件大小:33228
    • 提供者:xinghe
  1. pcm2wav

    0下载:
  2. 声音采集卡生成的PCM格式文件转换为wav文件-Acquisition card generated PCM sound files into wav file format
  3. 所属分类:Audio program

    • 发布日期:2017-04-02
    • 文件大小:318346
    • 提供者:pengfei
  1. T-REC-G.722-200911-I!AppIV!SOFT-ZST-E

    0下载:
  2. 详尽描述音频编码格式G.722的文件格式。传输系统和媒质、数字系统和网络数字终端设备 — 通过PCM以外的方法的模拟信号编码
  3. 所属分类:Audio program

    • 发布日期:2017-04-09
    • 文件大小:2026028
    • 提供者:liao
  1. pcm2wav_console

    0下载:
  2. PCM原始音频数据转化为WAV文件,已测试可用,可以自己做一个界面。-Original audio data into PCM WAV files, can be used have been tested, you can own a single interface.
  3. 所属分类:Audio program

    • 发布日期:2017-04-05
    • 文件大小:518981
    • 提供者:小飞
  1. vgmstream-r659.tar

    1下载:
  2. 为游戏而设计的音频解码库,支持包括g72x、ogg、pcm在内的各种格式的解码。主要为游戏应用而服务,并不支持所有常见的音频格式。-Designed for the game audio decoder library support includes g72x, ogg, pcm, including the decoding of various formats. Mainly for gaming applications and services, do not support all
  3. 所属分类:Audio program

    • 发布日期:2017-03-27
    • 文件大小:306730
    • 提供者:coollofty
  1. WaveRecord

    0下载:
  2. 这是一个录音程序,设置多个按钮,实现录音和播放录到的声音,并且将录音所得的数据PCM转换成WAV文件,并保存在本地的一个地址上面。-This is a recording program, set the number of buttons, to achieve the recording and playback of recorded sound, and recording the data collected will be converted to PCM WAV file, and
  3. 所属分类:Audio program

    • 发布日期:2017-05-31
    • 文件大小:13630470
    • 提供者:waylon
  1. 769799859Audio_PCM

    0下载:
  2. 音频pcm代码资料,个人感觉还不错,希望对大家有用,-Audio pcm code information, personal feeling pretty good, want to be useful,
  3. 所属分类:Audio program

    • 发布日期:2017-04-02
    • 文件大小:97655
    • 提供者:153856153
  1. alac_decoder-0.2.0

    0下载:
  2. alac-m4a 解码工程,It asks the demuxer to parse the quicktime container, asks the decoder to decode the data and writes output as either RAW PCM or WAV-alac-m4a decoder
  3. 所属分类:Audio program

    • 发布日期:2017-03-29
    • 文件大小:325424
    • 提供者:林文
« 1 2 3 45 6 7 »
搜珍网 www.dssz.com