搜索资源列表
ac97r22
- AC97 CODEC 2.2 官方规范说明-AC97 CODEC official specification 2.2
basic-ac97-project-1.3-at91sam9263-ek
- AT91SAM9263的AC97音频驱动,支持wav格式的音频文件,能播放也能录音.
mp3
- 基于arm和ac97的mp3解码播放代码
ac97_r23
- Audio codec 97 (AC97) Rev2.3 Specification
mp3
- 关于pm3的源代码,AC97 驱动和MP3 文件的播放 东芯 IV SEP3203F50 处理器中MP3 应用的演示程序-Pm3 source code on, AC97 drive and play MP3 files East IV SEP3203F50 processor core MP3 demo applications
ac97
- 基于CS5536的AC97编程的一个播放WAV文件的演示程序,对于理解AC97原理,学习AC97编程应该很有帮助,相应文章说明请参考:http://hengch.blog.163.com/blog/static/107800672008316480684/-CS5536 Programming based on the AC97 a WAV file player demo program, the principle for understanding the AC97, AC97 study
Audio
- s3c2450音频接口PCM测试程序,包含ac97及IIS接口-s3c2450 audio pcm text code
ac97
- 实模式下真接使用ac97规范写的音频播放程序,需要Microsoft c 编译-real mode audio program, it direct use the ac97 specification.complie by Microsoft c
AC97
- AC’97标准的音频驱动的设计与实现 介绍AC97原理及如何进行驱动-AC' 97 audio driver standard introduced the design and implementation of principles and how to drive AC97
AC97Util
- ac97 audio test application-ac97 audio test app
alsa
- 基于ALSA的WAV播放和录音程序完整源码,程序包包含四个部分:WAV Parser、SND Common、Playback和Record。WAV Parser是对WAV文件的分析和封装,这里只针对Standard WAV File;SND Common是Playback 和Record共同操作,如SetParams、ReadPCM和WritePCM等;Playback和Record就分别是播放录音的主体了。原理很 简单,以Playback为例:从WAV文件读取PCM数据,通过I2S或AC97依