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

搜索资源列表

  1. madxlib-10b2_demo

    0下载:
  2. mad mp3解码dll 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 compil
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:96.19kb
    • 提供者:网量
  1. g723 decoder pcmplayer

    1下载:
  2. vc6.0 DirectSound 下 实现g723的音频解码,得到pcm音频流,然后利用directsound实现音频的流式播放,vc6.0 DirectSound g723 decoder and play the pcm audio streams
  3. 所属分类:Audio

    • 发布日期:2013-08-15
    • 文件大小:1.28mb
    • 提供者:fd
  1. ADPCMPlayer

    0下载:
  2. 将一定格式的ADPCM编码数据解码成pcm格式数据,并通过声卡播放-Will be a certain format decoder ADPCM encoding data into a pcm format data, and through the sound card to play
  3. 所属分类:Audio program

    • 发布日期:2017-03-28
    • 文件大小:67.7kb
    • 提供者:floyd
  1. pcmplayer

    0下载:
  2. 自己编写的VC6下以directsound编写的以流缓冲的方式播放PCM音频的控制台程序,程序很短小简洁,非常适合学习directsound,并可用于实时播放MP3解码器后解码的PCM流。-I have written under VC6 DirectSound prepared to stream buffer PCM audio broadcast console procedures, the procedures are short and concise, very suitable
  3. 所属分类:Audio program

    • 发布日期:2017-03-27
    • 文件大小:3.07kb
    • 提供者:张占鹏
  1. pcm_adpcm

    1下载:
  2. 全pcm解码器,包括8/16/24/32 liner PCM, u/a law PCM, DVI ADPCM, Micro ADPCM.-all PCM decoder, including 8/16/24/32 liner PCM, u/a law PCM, DVI ADPCM, Micro ADPCM.
  3. 所属分类:Audio program

    • 发布日期:2017-03-22
    • 文件大小:101.08kb
    • 提供者:黎水芬
  1. Mp3Decoder

    1下载:
  2. 通过mp3解码器解码,并将解出的pcm码通过openal播放-Through the mp3 decoder decoding, and solved through the pcm code openal player
  3. 所属分类:mpeg mp3

    • 发布日期:2017-03-30
    • 文件大小:81.67kb
    • 提供者:zmy
  1. AACDecoder

    0下载:
  2. windows ce下面的AAC解码库 已经移植成功了,解码没有任何问题,测试可以用cooledit来播放解码后的pcm-windows ce following transplantation AAC decoder library has been successful, there is no problem decoding, testing can be used CoolEdit to play the decoded pcm
  3. 所属分类:Multimedia program

    • 发布日期:2017-04-10
    • 文件大小:1.31mb
    • 提供者:jesse zhao
  1. encoder

    0下载:
  2. Implementation of a speech codec based on coding of speech at 8 kbit/s using conjugate-structure algebraic-code-excited linear-prediction (CS-ACELP) - We took .wav files that is sampled at 8000 Hz using 16-bit linear PCM. The encoding process i
  3. 所属分类:Multimedia program

    • 发布日期:2017-03-29
    • 文件大小:40.3kb
    • 提供者:coco
  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
    • 文件大小:299.54kb
    • 提供者:coollofty
  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
    • 文件大小:317.8kb
    • 提供者:林文
  1. libzplay-2.02-sdk

    0下载:
  2. 该库集成了所有支持格式(mp3, mp2, mp1, ogg, flac, ac3, aac, oga, wav and pcm )的编码解码器。库本身是由WINAPI编写,你无须额外的库,也不需要MFC / .NET的支持,只能在Windows下运行。 库直接对声卡播放音乐,简单容易。仅仅3行代码(创建类,打开文件,开始播放),你就可以播放音乐。 使用所支持的编码器,你也同样可以直接从声卡上录制声音(microphone, line-in, CD, ...)和把录制的声
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-05-15
    • 文件大小:3.61mb
    • 提供者:lijiang
  1. mymp3_player.tar

    0下载:
  2. linux下mp3解码播放器,实现mp3解码pcm-mp3 decoder
  3. 所属分类:Multimedia program

    • 发布日期:2017-05-17
    • 文件大小:4.47mb
    • 提供者:zambezi_helt
  1. MP3Player

    0下载:
  2. 本设计主要基于Visual Studio 2010编译环境下,涉及到多线程的设计,创建了两个线程,其中一个线程MP3的播放线程,另一个线程是频谱的分析线程,播放线程总是通过解码器获取数据,频谱线程根据当前播放的时间获取到正在播放的PCM数据,使用FFT计算后绘图显示。MP3解码则由由libmad开源解码库完成。-This design is mainly based on the build environment in Visual Studio 2010, related to the mu
  3. 所属分类:mpeg mp3

    • 发布日期:2017-04-01
    • 文件大小:625.96kb
    • 提供者:能能
  1. foo_input_sacd-0.5.11

    1下载:
  2. sacd decoder to PCM format(wave)
  3. 所属分类:Audio program

    • 发布日期:2017-10-18
    • 文件大小:372kb
    • 提供者:Roger
  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
    • 文件大小:5.46mb
    • 提供者:hjkim
  1. bluedroid

    0下载:
  2. 蓝牙音频传输SBC格式解码器,SBC->PCM,双声道,最大采样率48Khz,采样宽度16bit(Bluetooth audio transmission SBC format decoder, SBC->PCM, dual channel, maximum sampling rate 48Khz, sampling width 16bit)
  3. 所属分类:多媒体

    • 发布日期:2018-09-22
    • 文件大小:88kb
    • 提供者:lqt
搜珍网 www.dssz.com