Welcome![Sign In][Sign Up]
Location:
Search - linux sound

Search list

[Multimedia programlinux sound driver API

Description: linux 环境下的音频驱动程序,做音频播放时可以参考一下-audio drivers, so audio player can reference
Platform: | Size: 12414 | Author: 张重 | 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:

[Multimedia Developlinux sound driver API

Description: linux 环境下的音频驱动程序,做音频播放时可以参考一下-audio drivers, so audio player can reference
Platform: | Size: 12288 | Author: | Hits:

[ARM-PowerPC-ColdFire-MIPSlinux-at91rm9200-i2s

Description: 基于at91rm9200-arm920t下的录放音程序,codec采用uda1314-based at91rm9200- arm920t sound recording of the proceedings, codec used uda1314
Platform: | Size: 19456 | Author: zym0805 | Hits:

[Embeded Linuxsound

Description: sound LINUX qt the functional integrity standardized format
Platform: | Size: 45056 | Author: 叶林 | Hits:

[Linux-Unixs3c2410-uda1341

Description: linux声卡驱动程序,自己还没怎么看懂 -linux sound card drivers, not how to understand their own
Platform: | Size: 8192 | Author: | Hits:

[Linux-Unixplaysound

Description: 一个linux 播放PCM数据程序,源码经过测试-A PCM data playback linux procedures, source code has been tested
Platform: | Size: 3072 | Author: liulixiang | Hits:

[Linux-Unixsound

Description: linux声卡编程 可以播放.wav格式的音乐。-linux sound card can play programming. wav format music.
Platform: | Size: 1024 | Author: | Hits:

[Linux-Unixak4117

Description: linux ARM9 2440 Sound ak4117 program
Platform: | Size: 4096 | Author: 三木先生 | Hits:

[Driver Developsound

Description: Archos AVX Linux Sound driver source code
Platform: | Size: 3049472 | Author: 章怡 | Hits:

[Linux-Unixsound

Description: Linux系统下写声卡程序,演示如何调用Linux底层系统驱动函数驱动声卡发声。-Write a sound card under Linux system procedures, demonstrate how to call the underlying Linux system-driven function audible sound card driver.
Platform: | Size: 1024 | Author: lf | Hits:

[Linux-UnixALSA_OSS.tar

Description: Sample code to use ALSA (Advanced Linux Sound Architecture) or OSS (Open Sound System).
Platform: | Size: 4096 | Author: Julien | Hits:

[Linux-Unixlinux-2.6.14

Description: 飞凌公司TE2410开发板自带的linux2.6.14内核源代码,内核中加入了cs8900a网卡,串口1,2,3驱动,USB HOST驱动,USB摄像头驱动(ov511芯片),声卡驱动,液晶屏驱动,开机图片-TE2410 development board飞凌company linux2.6.14 own kernel source code, the kernel is added to the network card cs8900a, 1,2,3-driven serial, USB HOST driver, USB camera driver (ov511 chip), sound card driver , LCD driver, boot image
Platform: | Size: 57621504 | Author: wangjun | Hits:

[Communication-Mobilelinux-2.6.27-m8.tar

Description: MEIZU M8 Linux kernel s3c6410 1,if you want to boot from onenand flash,just "make zImage" is OK. 2,if you want to boot from nfs,remove select: "make menuconfig"--->General setup --->[] Initial RAM filesystem and RAM disk (initramfs/initrd) support, then "make zImage" is OK. finished drivers: LCD touch screen key button sound card camera
Platform: | Size: 57676800 | Author: hui | Hits:

[OS Developlinux-driver-demo-audio

Description: 宋宝华《Linux设备驱动开发详解》sound设备驱动及应用程序例程-Sound driver demo and aplication demo based on alsa lib, from Song Baohua s 《Linux device driver in detail》.
Platform: | Size: 32768 | Author: 蒋志峰 | Hits:

[Software Engineeringsound

Description: linux音频编程,通过对声卡的操作,实现录音,回放的功能。-linux audio programming, through sound card operation, to achieve sound recording, playback functions.
Platform: | Size: 223232 | Author: 李伟亮 | Hits:

[Linux-Unixsound

Description: linux音频,简单的录制和播放,可以测试驱动是否成功-linux audio, a simple recording and playback, you can test drive the success of
Platform: | Size: 1024 | Author: yuyong | Hits:

[Linux-Unixsound

Description: 此为PESQ算法在linux系统上的移植实现,包括Makefile,代码中包含有.wav文件。-This is the PESQ algorithm in achieving transplant on a linux system, including the Makefile, the code contains. Wav files.
Platform: | Size: 407552 | Author: lingyun | Hits:

[Linux-Unixlinux_sound_drivers_framework

Description: Linux Sound Driver Introduction (ALSA) It s useful for the dev to develop the Linux Sound Drivers.
Platform: | Size: 294912 | Author: jgx | Hits:

[Linux driverLinux.Sound.Programming.1st Edition.2017.pdf

Description: 2017年出版的linux音频的指导书,包括jack库用于专业音频编程(It introduces the Jack package also for professional audio case. A good book introduces linux sound programming.)
Platform: | Size: 5734400 | Author: shavian | Hits:
« 12 3 4 5 6 7 8 9 10 ... 13 »

CodeBus www.codebus.net