搜索资源列表
writing-an-alsa-driver
- linux 下声卡驱动程序的编写-sound card driver under preparation
ALSA
- linux环境下ALSA驱动范例
alsa声卡编程
- linux下声卡框架alsa的编程实例
linux_sound.zip
- linux环境alsa设备枚举和声音播放功能库,linux environment alsa device enumeration and playback sound library
alsa-programming
- 最近一直在研究LINUX下的音频编程,发现网上相关的资料不是很多,故上传LINUX的音频架构ALSA编程的示例和教程供大家学习。-Recently has been studying audio programming under LINUX and found not a lot of relevant information online, so the structure of ALSA audio upload LINUX programming examples and tutoria
alsa-utils-1.0.24.2.tar
- 嵌入式linux开发中用于测试ALSA音频驱动的小工具,需要经过交叉编译后,生成多个二进制文件,可用于录音、播放.wav文件。-Embedded linux development ALSA audio driver for testing the gadget, to go through cross-compiled to generate multiple binary files, can be used for recording, playback. Wav files.
2
- linux下新一代音频库alsa的编程指导手册,非常适合入门,pdf格式-Under the new generation of alsa audio library linux programming guide, ideal for entry, pdf format
alsa-lib-0.4.0.tar
- 这是ALSA音频驱动的应用库,与其同版本的驱动源码之前已传上了-This is the ALSA audio driver in the application library, rather than before with the version of the driver source code has been passed on the
alsa-driver-1.0.10.tar
- linux下的声卡驱动哦 好不容易找到的哦-sound card driver under linux Oh
alsa-test
- linux下的源码,实现了利用ALSA进行录制和播放的功能。代码很易懂适于初学-linux source code under the realized using ALSA for recording and playback functions. The code is very easy to understand is suitable for beginners
linux-driver-demo-audio
- 宋宝华《Linux设备驱动开发详解》sound设备驱动及应用程序例程-Sound driver demo and aplication demo based on alsa lib, from Song Baohua s 《Linux device driver in detail》.
speaker-test
- alsa sound testing routine Example code to make a sound test on linux
alsa_player.tar
- This is the ALSA PCM audio player., which can play raw pcm audio data. This is short reference program in C under Linux.
LINUX-MIDI
- 一个LINUX的MIDI教程,基于ALSA的示例实现,自己看了觉得不错,提供给需要的人。-A LINUX-MIDI tutorials, sample implementation based on ALSA, saw themselves feel good, available to people in need.
linux_sound_drivers_framework
- Linux Sound Driver Introduction (ALSA) It s useful for the dev to develop the Linux Sound Drivers.
Linux-driver-development17
- 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第17章、Linux音频设备驱动。在Linux系统中,先后出现了音频设备的两种框架:OSS和ALSA,本节将在介绍数字音频设备及音频设备硬件接口的基础上讲解OSS和ALSA驱动的结构。17.1~17.2节讲解了音频设备及PCM、IIS和AC97硬件接口。17.3节讲解了Linux OSS音频设备驱动的组成、mixer接口、dsp接口及用户空间编程方法。17.4节讲解了Linux ALSA音频设备驱动的组成、
alsa-lib-1.0.25
- alsa linux source code
pcm_basic
- alsa声卡读写接口函数,结构体配置封装,包含了打开关闭,读写等函数接口,在声卡操作的应用中,可以直接拿来使用(Alsa audio card reading and writing interface functio)
audio_record
- 嵌入式linux平台上利用alsa API录制声音并保存成wav格式(Recording sound with alsa API on Embedded Linux platform and saving it into WAV format)
record
- linux下Alsa音频的播放与录制,经测试过后可用。(Alsa audio playback and recording under Linux.)