搜索资源列表
UDA1341TS_
- 这个驱动的移植主要是是将原来的2..4.18内核中的1341驱动程序直接往2.6.11上移植的,没有采用ALSA。移植过程中也曾经参考过一些资料,具体是哪位大虾的资料忘记了,在此感谢文中所参考的资料的大虾们 硬件环境:SBC-2410X开发板(CPU:S3C2410X) 内核版本:2.6.11.1 运行环境:Debian2.6.8 交叉编译环境:gcc-3.3.4-glibc-2.3.3 第一部分 声卡UDA1341TS驱动程序播放部分的移植 一、从网上将Linux内核源
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.
alsa2440
- 扬创2440平台上的ALSA音频驱动程序( for Linux-2.6.26.5 )。驱动使用说明和ALSA Lib的编译过程都在压缩包内-Yang hit 2440 platform ALSA audio driver (for Linux-2.6.26.5). Drive the use of notes and ALSA Lib compiler are in the process of compression packages
LINUX-MIDI
- 一个LINUX的MIDI教程,基于ALSA的示例实现,自己看了觉得不错,提供给需要的人。-A LINUX-MIDI tutorials, sample implementation based on ALSA, saw themselves feel good, available to people in need.
ALSA
- LINUX下的,基于ALSA的录音及放音程序源代码,可录为WAV格式并播放-Under LINUX-based ALSA recording and playback program source code, you can record and play back WAV format
alsa_test
- 用在Linux驱动开发时,测试ALSA驱动的用户程序,实例简单但好用。-The alsa_test.gz can test the ALSA driver when you are developing the Linux driver,it s simple but well
ledmeter-0.1.tar
- This a ledmeter alsa plugin, driving leds on linux led class.-This is a ledmeter alsa plugin, driving leds on linux led class.
record
- 基于ALSA的Linux本地录音程序,希望对你有所帮助。-based on ALSA record program
project
- alsa音频开发,Linux下音频录制和播放等很多功能(alsa snd_pcm_hw_params_set_access(pcm_handle, params, SND_PCM_ACCESS_RW_INTERLEAVED);)
alsa-utils-1.2.4
- Linux下的音频处理工具包,需要和配合alsa库一起使用。用于测试音频播放