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

搜索资源列表

  1. A_LAW(u_LAW)PCM

    0下载:
  2. 线型PCM与A律和u律对数PCM相互转换的C++代码。-A linear PCM with the law and the law on several u PCM conversion of C code.
  3. 所属分类:Audio

    • 发布日期:2008-10-13
    • 文件大小:9415
    • 提供者:周金喜
  1. Wave_Src_func

    0下载:
  2. 关于如何在PC机上储存和处理PCM音频,它也解释了WAVE文件的结构和显示如何用C++代码工作-on how the PC storage and handling PCM audio, It also explains the WAVE document the structure and show how to use C code work
  3. 所属分类:Audio

    • 发布日期:2008-10-13
    • 文件大小:20602
    • 提供者:ken_2000
  1. PCM

    0下载:
  2. 采用DSP 320TMS54X实现ADPCM压缩的算法,对您会有帮助的C语言程序
  3. 所属分类:Audio

    • 发布日期:2008-10-13
    • 文件大小:10597
    • 提供者:TK
  1. wav.c.gz

    0下载:
  2. Converts raw PCM file to Wav file,Converts raw PCM file to Wav file
  3. 所属分类:Audio program

    • 发布日期:2017-03-29
    • 文件大小:1426
    • 提供者:Manpreet
  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. 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. rtaudio-4.0.6.tar

    0下载:
  2. RtAudio 適合跨平台 pcm 直接播放的程序開發, 支持多種 Audio Device 輸出-RtAudio is a set of C++ classes that provide a common API (Application Programming Interface) for realtime audio input/output across Linux, Macintosh OS-X and Windows (DirectSound and ASIO) operating
  3. 所属分类:Audio program

    • 发布日期:2017-03-30
    • 文件大小:267177
    • 提供者:albano
  1. pcm

    0下载:
  2. PCM编码-C语言写的!编码简单实用!适合初学者使用!欢迎大家下载。-PCM coding-C language to write it! Coding is simple and practical! Suitable for beginners to use! Welcome to the download.
  3. 所属分类:Audio program

    • 发布日期:2017-03-23
    • 文件大小:1450
    • 提供者:王倩
  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. ConcatWaveFiles_demo

    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-31
    • 文件大小:24391
    • 提供者:xinghe
  1. MP3_Player

    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-28
    • 文件大小:11778
    • 提供者: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. melp_fp

    0下载:
  2. 包括三个文件夹一个简易说明文件其中 1. pc为定点化的源代码,非浮点代码喔,还包含两个工程代码,可以在pc上直接测试。 2. dev_prj为DEV-C++ 5工程文件。其中包含可以在windows直接运行的melp.exe文件、pcm格式声音测试输入文件16bit.raw和解码后的输出文件2.4k.au。 3. vc6_prj为vc6工程文件。其中同样包含可以在windows直接运行的melp.exe文件、pcm格式声音测试输入文件16bit.raw和解码后的输
  3. 所属分类:Audio program

    • 发布日期:2017-04-01
    • 文件大小:720832
    • 提供者:zhongvv
  1. ac3-dec

    0下载:
  2. This ac3 decoder c source code. It also has test input stream and reference pcm data.-This is ac3 decoder c source code. It also has test input stream and reference pcm data.
  3. 所属分类:Audio program

    • 发布日期:2017-05-20
    • 文件大小:5720064
    • 提供者:hjkim
  1. MixSoundToolEx

    0下载:
  2. 本程序包含俩部分功能: 1. g729格式的文件转换为windows pcm的wav格式 2. 俩个wav格式的文件混音成一个wav文件 适用于ip电话会议混音用,混音效果很好,可以参考该混音算法,实现多方混音 -请键入文字或网站地址,或者上传文档。 取消 Běn chéngxù bāohán liǎ bùfèn gōngnéng: 1. G729 géshì de wénjiàn zhuǎnhuàn wèi windows pcm de wav géshì
  3. 所属分类:Audio program

    • 发布日期:2017-03-31
    • 文件大小:162371
    • 提供者:zj
搜珍网 www.dssz.com