Welcome![Sign In][Sign Up]
Location:
Search - alsa

Search list

[Linux-Unixalsa_pcm_seq_howto_0.0.4

Description: alsa sound devlopment
Platform: | Size: 22583 | Author: heqiang | Hits:

[Other resourceUDA1341TS_

Description: 这个驱动的移植主要是是将原来的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内核源代码下载到本机上,并将其解压: #tar jxf linux-2.6.11.1.tar.bz2 二、打开内核顶层目录中的Makefile文件,这个文件中需要修改的内容包括以下两个方面。
Platform: | Size: 27441 | Author: 谷子 | Hits:

[OS DevelopALSA_IIS

Description: 这个代码是基于JADE X90+ wm8976 的 ALSA标准接口的驱动
Platform: | Size: 14731 | Author: zou zhif-eng | Hits:

[Linux-UnixALSA_APP

Description: LINUX下基于ALSA音频驱动的应用程序,可以播放PCM语音流。
Platform: | Size: 6461 | Author: barrysong | Hits:

[Bookslinux设备驱动程序开发详解

Description: 详细讲述了linux设备驱动程序的开发,想学习linux下设备驱动程序开发工作的人员可以参考。文件清单列出如下: linuxdriver_code_tool |-- 03 | `-- 2.6内核升级工具 | |-- device-mapper-1.00.19-2.i386.rpm | |-- lvm2-2.00.25-1.01.i386.rpm | |-- mkinitrd-4.2.0.3.tar.tar | |-- module-init-tools-3.2.2.tar.bz2 | `-- modutils-2.4.5-1.src.rpm |-- 04 | |-- 内核模块参数范例 | | `-- book.c | |-- 内核模块导出符号 | | `-- export_symb.c | `-- 最简单的内核模块 | `-- hello.c |-- 05 | `-- udev源代码 | `-- udev-114.tar.gz |-- 06 | |-- globalmem驱动 | | `-- globalmem.c | `-- 包含2个globalmem设备的驱动 | `-- globalmem_two.c |-- 07 | `-- 含并发控制的globalmem驱动 | `-- globalmem_lock.c |-- 08 | |-- globalfifo驱动 | | `-- globalfifo.c | `-- poll应用程序范例 | `-- pollmonitor.c |-- 09 | |-- 异步通知应用程序范例 | | `-- asyncmonitor.c | `-- 支持异步通知的globalfifo | `-- globalfifo_async.c |-- 10 | |-- S3C2410实时钟驱动 | | `-- s3c2410-rtc.c | `-- 秒设备驱动与应用程序 | |-- second.c | `-- second_test.c |-- 11 | |-- DMA范例 | | |-- 3c505.c | | |-- 3c505.h | | `-- dma.h | `-- 静态映射范例 | `-- mach-smdk2440.c |-- 12 | |-- NVRAM驱动 | | `-- generic_nvram.c | |-- 触摸屏驱动 | | |-- 作为input设备 | | | |-- s3c2410_ts.c | | | `-- s3c2410_ts.h | | `-- 作为普通字符设备 | | `-- s3c2410-ts.c | |-- 看门狗驱动 | | `-- s3c2410_wdt.c | `-- 平台设备 | `-- devs.c |-- 13 | |-- IDE驱动 | | |-- ide-disk.c | | `-- ide-h8300.c | `-- RAMDISK驱动 | `-- rd.c |-- 14 | |-- S3C2410串口驱动 | | |-- regs-gpio.h | | |-- regs-serial.h | | `-- s3c2410.c | `-- 串口核心层 | |-- serial_core.c | `-- serial_core.h |-- 15 | |-- S3C2410 I2C主机驱动 | | |-- i2c-s3c2410.c | | |-- iic.h | | |-- regs-gpio.h | | `-- regs-iic.h | `-- SAA711x I2C设备驱动 | `-- saa711x.c |-- 16 | `-- CS8900以太网设备驱动 | |-- cs89x0.c | `-- cs89x0.h |-- 17 | |-- ALSA工具及库 | | |-- alsa-driver-1.0.15.tar.bz2 | | |-- alsa-firmware-1.0.15.tar.bz2 | | |-- alsa-lib-1.0.15.tar.bz2 | | |-- alsa-oss-1.0.15.tar.bz2 | | |-- alsa-tools-1.0.15.tar.bz2 | | |-- alsa-utils-1.0.13.tar.bz2 | | `-- pyalsa-1.0.15.tar.bz2 | |-- ALSA驱动范例 | | |-- sa11xx-uda1341.c | | `-- uda1341.h | |-- ALSA应用程序范例 | | |-- pcm.c | | `-- pcm_min.c | |-- OSS驱动范例 | | `-- s3c2410-uda1341.c | `-- OSS应用程序范例 | |-- mixer.c | `-- sound.c |-- 18 | |-- FRAMEBUFFER应用程序范例 | | `-- fb_display | | |-- fb_display.c | | |-- fb_display.h | | |-- Makefile | | |-- README | | `-- test.c | `-- S3C2410 LCD驱动 | |-- s3c2410fb.c | `-- s3c2410fb.h |-- 19 | |-- busybox源代码 | | `-- busybox-1.2.1.tar.bz2 | |-- MTD工具 | | `-- mtd-utils-1.0.0.tar.gz | |-- nand驱动范例 | | `-- s3c2410.c | |-- nor驱动范例 | | `-- s3c2410nor.c | `-- yaffs&yaffs2源代码 | |-- yaffs.tar.gz | `-- yaffs2.tar.gz |-- 20 | |-- USB串口驱动 | | |-- usb-serial.c | | `-- usb-serial.h | |-- USB工具 | | `-- usbview-1.0.tar.tar | |-- USB骨架程序 | | `-- usb-skeleton.c | |-- USB键盘驱动 | | |-- input.h | | |-- usb_input.h | | `-- usbkbd.c | `-- usb主机控制器驱动范例 | |-- ohci-s3c2410.c | `-- usb-control.h |-- 21 | |-- PCI骨架程序 | | `-- pci-skeleton.c | `-- PCI驱动范例 | `-- i810_audio.c `-- 22 |-- 范例代码 | |-- oops范例 | | |-- oops_example.asm | | `-- oops_example.c | `-- proc范例 | `-- sim_proc.c `-- 内核调试工具 |-- ddd-3.3.11.tar.gz |-- gdbmod-2.4.bz2 |-- kdb-v4.4-2.6.15-rc5-common-1.bz2 |-- kdb-v4.4-2.6.15-rc5-common-2.bz2 |-- kdb-v4.4-2.6.15-rc5-i386-1.bz2 `-- linux-2.6.15.5-kgdb-2.4.tar.tar
Platform: | Size: 25078324 | Author: zxx000 | Hits:

[OtherOpenAL_Programmers_Guide.pdf

Description: OpenAL_Programmers_Guide 对开发Alsa 音频有帮助!
Platform: | Size: 331820 | Author: sparklei | Hits:

[mpeg mp3alsaplayer-0.99.31.tar

Description: mp3播放 -mp3 player
Platform: | Size: 291840 | Author: 站长 | Hits:

[Multimedia programalsaplayer-0.99.50.tar

Description: X-Windows下的一个新的PCM播放器,支持OSS和ESD,包括MP3,WAV,CD。-A new pCM player in X-Windows,which supports OSS and ESD,and includes MP3,WAV,CD
Platform: | Size: 441344 | Author: 站长 | Hits:

[Audio programbluetooth-alsa_0.42+200608240.orig.tar

Description: 蓝牙音频ALSA应用程序源文件bluetooth-alsa_0.42+200608240.orig.tar.gz-Bluetooth Audio ALSA application source files bluetooth-alsa_0.42 20 0608240.orig.tar.gz
Platform: | Size: 177152 | Author: 刘锐 | Hits:

[BooksCS42L52

Description: 包含了大量文件,主要是说明的是音频驱动方面的内容,希望对大家有帮助-Contains a large number of documents, mainly to illustrate the point that aspects of the audio driver, I hope all of you help
Platform: | Size: 216064 | Author: | Hits:

[Embeded LinuxUDA1341TS_

Description: 这个驱动的移植主要是是将原来的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内核源代码下载到本机上,并将其解压: #tar jxf linux-2.6.11.1.tar.bz2 二、打开内核顶层目录中的Makefile文件,这个文件中需要修改的内容包括以下两个方面。 -This was mainly driven transplantation is the original 2 .. 4.18 kernel drivers 1341 directly to the Transplant 2.6.11, and did not use ALSA. Transplantation process have also made reference to some information, specific information prawns who have forgotten, would like to thank the paper for reference information on the hardware environment of shrimp are: SBC-2410X development board (CPU: S3C2410X) kernel version: 2.6.11.1 Operating Environment: Debian2.6.8 cross compiler environment: gcc-3.3.4-glibc-2.3.3 the first part of the sound card driver UDA1341TS play one part of the transplant, from the Internet Linux kernel source code will be downloaded to the machine, and decompression:# tar jxf linux-2.6.11.1.tar.bz2 Second, open the core top-level Makefile in the directory file, the document need to modify the contents include the following two aspects.
Platform: | Size: 27648 | Author: 谷子 | Hits:

[Otheralsa_driver

Description:
Platform: | Size: 226304 | Author: sqy | Hits:

[Linux-Unixtool-player.tar

Description: 此Tool-play程序为Linux平台下基于alsa声音驱动的硬件设备的测试程序,可以播放mp3,测试声卡工作状态-This Tool-play program for the Linux platform alsa-based voice-driven test procedures for hardware devices, can play mp3, sound card testing job status
Platform: | Size: 16384 | Author: seven | Hits:

[Linux-Unixtestalsa

Description: 自己写的,基于当前linux最流行的ALSA录音程序。-Writing their own based on the most popular linux current ALSA sound recording program.
Platform: | Size: 851968 | Author: jerria | Hits:

[Multimedia programlibomxil-bellagio-0.9.1.tar

Description: openmax il的实现代码,包括alsa、fbdev、ffmpg、jpeg等接口的实现-openmax il implementation code, including alsa, fbdev, ffmpg, jpeg, etc. implementation of the interface
Platform: | Size: 1255424 | Author: roc | Hits:

[Audio programALSA_lib_pcm

Description: 使用alsa lib pcm接口的两个例程。两个例程皆为播放。 -Audio aplication use alsa lib, both of the two demo is palyback moded which use pcm interface.
Platform: | Size: 6144 | Author: 蒋志峰 | Hits:

[Embeded Linuxuda1341--2.6kernel

Description: 这个驱动的移植主要是是将原来的2..4.18内核中的1341驱动程序直接往2.6.11上移植的,没有采用ALSA。-This was mainly driven by migration is the original 2 .. 4.18 kernel 2.6.11 directly to the 1341 driver on the transplant did not use ALSA.
Platform: | Size: 121856 | Author: along | Hits:

[Linux-Unixbtsco-0.5

Description: ALSA drivers and daemons for using bluetooth audio devices
Platform: | Size: 683008 | Author: me | Hits:

[Linux-Unixaudio

Description: 利用ffmpeg 及alsa做到同時錄放音-Simultaneously recording and playing by ffmpeg and alsa api
Platform: | Size: 19456 | Author: 王惠珊 | Hits:

[Linux-Unixlinphone-3.3.0.tar

Description: linphone-3.3.0 版本,这个就不多做介绍了,知道的人都知道!如果还是不知道,那么看看下面英文的介绍吧。-Features Linphone provides a large amount of functionalities. List of supported features: * audio with the following codecs: speex (narrow band and wideband), G711 (ulaw,alaw), GSM, and iLBC (through an optional plugin) * video with codecs: H263-1998, MPEG4, theora and H264 (thanks to a plugin based on x264), with resolutions from QCIF(176x144) to SVGA(800x600) provided that network bandwidth and cpu power are sufficient. * Supports any webcam with V4L or V4L2 driver under linux * Any webcam on windows * text instant messaging and presence (using the SIMPLE standart) * Addressbook * DTMF (telephone tones) support using SIP INFO or RFC2833 * understands SIP ENUMS (sip phone numbers using the naptr DNS service, without proxy) * echo cancelation using the great speex echo canceler * SIP proxy support: registrar, proxies, with digest authentication * STUN support for traversal of UDP NATs (=firewall) * sound backend using either ALSA (t
Platform: | Size: 8246272 | Author: 独孤一笑 | Hits:
« 1 2 3 4 5 67 8 9 10 11 ... 42 »

CodeBus www.codebus.net