搜索资源列表
A2000
- 通过WINDOWS的录音机录制的PCM音频8K16WAV文件经SACM_A2000算法压缩后变为SUB_BAND的音频格式,压缩前为:“.wav,8k/16bit;”压缩后为:“.16k/*.20k/*.24k下载
yinpinxinhao
- 音频数据采集,能显示波形可采集传感器等非音频信号,能够实时显示。至于其他功能如:回放,存储,压缩和相关处理的算法等功能-Audio data acquisition, waveform can be collected to show the sensor and other non-audio signals can be real-time display. As for other functions such as: playback, storage, compression and
UDPmedia
- 局域网音频广播软件,使用UDP协议,并在元基础上就音频格式使用GSM算法压缩,减少了网络流量。-LAN audio broadcasting software, the use of UDP protocol, and in yuan on basic audio formats used on the GSM compression algorithm, reducing network traffic.
LZWContract
- 自己编写的LZW压缩的实现,可处理文本,图片,音频等,压缩效果受LZW算法限制-Own realization of the LZW compression, can handle text, images, audio and so on, efficiency is limited by the LZW compression algorithm
TLV320AIC23CODECDSP
- 音频压缩算法的实现,使)格式文件 得到广泛应用,) 播放器、 等消费类电子产 品也成为大众产品。在这些便携式系统中,前端音 频编解码器在播放质量(采样精度、采样率)、播放 时间(功耗)等方面起较关键的作用,采用高精度, 低功耗的前端处理芯片是提高产品性能极为有效 的解决方案。 数字编解码器具有位采 样精度,录音回放模式下仅 功耗,是数字音 频便携式系统的理想选择,下面介绍它在 系统 中的实际应用。-Audio compression algorithm,
sbc
- 蓝牙SBC标准音频压缩算法的c实现可以直接在工程完成WAV文件的编解码并对比-Bluetooth SBC standard audio compression algorithm c implementation can be completed directly in the project, and WAV files codec comparison
audio
- 用DirectSound实现了音频的采集与播放,采用Speex算法压缩与解压缩音频数据,但还没有加上网络通讯层,所以不能作为商业代码来用,只能适合初学者自学(vs2005编译通过)-Use DirectSound audio capture and playback, Speex algorithm for compression and decompression of audio data, but have not yet coupled with the network communic
wavPstudy
- 音频学习资料包含各种编码压缩算法,适用于初学者,-Audio learning materials contain a variety of coding compression algorithm, for beginners
ytalk
- 采集传感器等非音频信号,能够实时显示。至于其他功能如:回放,存储,压缩和相关处理的算法等功能由于其他技术保密。没有贴出。
MediaPlayer
- 播放 器是指能播放以数字信号形式存储的视频或音频文件的软件,也指具有播放视频或音频文件功能的电子器件产品。除了少数波形文件外,大多数播放器携带解码器以还原经过压缩媒体文件,播放器还要内置一整套转换频率以及缓冲的算法。-The player is playing stored in digital signal in the form of video or audio file of the software, also refers to the electronic device havin
Audio-matlab-algorithm
- 音频处理的一些算法,包括像压缩,压限之类的动态处理,一些音效算法代码,和高低切EQ-Some of the audio processing algorithms, including image compression, compression, such as the dynamic process, some of the audio algorithm code, and high and low cut EQ, etc.
解压缩程序
- C++实现文本、图像、音频、视频的解压缩,并通过MD5算法实现原始文件与压缩并解压后文件的比较。