CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - linux sound
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - linux sound - List
[
Multimedia program
]
linux sound driver API
DL : 0
linux 环境下的音频驱动程序,做音频播放时可以参考一下-audio drivers, so audio player can reference
Update
: 2008-10-13
Size
: 12.12kb
Publisher
:
张重
[
Books
]
linux设备驱动程序开发详解
DL : 0
详细讲述了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
Update
: 2010-11-29
Size
: 23.92mb
Publisher
:
zxx000
[
Multimedia Develop
]
linux sound driver API
DL : 0
linux 环境下的音频驱动程序,做音频播放时可以参考一下-audio drivers, so audio player can reference
Update
: 2025-02-17
Size
: 12kb
Publisher
:
[
ARM-PowerPC-ColdFire-MIPS
]
linux-at91rm9200-i2s
DL : 0
基于at91rm9200-arm920t下的录放音程序,codec采用uda1314-based at91rm9200- arm920t sound recording of the proceedings, codec used uda1314
Update
: 2025-02-17
Size
: 19kb
Publisher
:
zym0805
[
Embeded Linux
]
sound
DL : 0
sound LINUX qt the functional integrity standardized format
Update
: 2025-02-17
Size
: 44kb
Publisher
:
叶林
[
Linux-Unix
]
s3c2410-uda1341
DL : 0
linux声卡驱动程序,自己还没怎么看懂 -linux sound card drivers, not how to understand their own
Update
: 2025-02-17
Size
: 8kb
Publisher
:
[
Linux-Unix
]
playsound
DL : 0
一个linux 播放PCM数据程序,源码经过测试-A PCM data playback linux procedures, source code has been tested
Update
: 2025-02-17
Size
: 3kb
Publisher
:
liulixiang
[
Linux-Unix
]
sound
DL : 0
linux声卡编程 可以播放.wav格式的音乐。-linux sound card can play programming. wav format music.
Update
: 2025-02-17
Size
: 1kb
Publisher
:
谦
[
Linux-Unix
]
ak4117
DL : 0
linux ARM9 2440 Sound ak4117 program
Update
: 2025-02-17
Size
: 4kb
Publisher
:
三木先生
[
Driver Develop
]
sound
DL : 0
Archos AVX Linux Sound driver source code
Update
: 2025-02-17
Size
: 2.91mb
Publisher
:
章怡
[
Linux-Unix
]
sound
DL : 0
Linux系统下写声卡程序,演示如何调用Linux底层系统驱动函数驱动声卡发声。-Write a sound card under Linux system procedures, demonstrate how to call the underlying Linux system-driven function audible sound card driver.
Update
: 2025-02-17
Size
: 1kb
Publisher
:
lf
[
Linux-Unix
]
ALSA_OSS.tar
DL : 0
Sample code to use ALSA (Advanced Linux Sound Architecture) or OSS (Open Sound System).
Update
: 2025-02-17
Size
: 4kb
Publisher
:
Julien
[
Linux-Unix
]
linux-2.6.14
DL : 0
飞凌公司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
Update
: 2025-02-17
Size
: 54.95mb
Publisher
:
wangjun
[
Communication-Mobile
]
linux-2.6.27-m8.tar
DL : 0
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
Update
: 2025-02-17
Size
: 55mb
Publisher
:
hui
[
OS Develop
]
linux-driver-demo-audio
DL : 0
宋宝华《Linux设备驱动开发详解》sound设备驱动及应用程序例程-Sound driver demo and aplication demo based on alsa lib, from Song Baohua s 《Linux device driver in detail》.
Update
: 2025-02-17
Size
: 32kb
Publisher
:
蒋志峰
[
Software Engineering
]
sound
DL : 0
linux音频编程,通过对声卡的操作,实现录音,回放的功能。-linux audio programming, through sound card operation, to achieve sound recording, playback functions.
Update
: 2025-02-17
Size
: 218kb
Publisher
:
李伟亮
[
Linux-Unix
]
sound
DL : 0
linux音频,简单的录制和播放,可以测试驱动是否成功-linux audio, a simple recording and playback, you can test drive the success of
Update
: 2025-02-17
Size
: 1kb
Publisher
:
yuyong
[
Linux-Unix
]
sound
DL : 0
此为PESQ算法在linux系统上的移植实现,包括Makefile,代码中包含有.wav文件。-This is the PESQ algorithm in achieving transplant on a linux system, including the Makefile, the code contains. Wav files.
Update
: 2025-02-17
Size
: 398kb
Publisher
:
lingyun
[
Linux-Unix
]
linux_sound_drivers_framework
DL : 0
Linux Sound Driver Introduction (ALSA) It s useful for the dev to develop the Linux Sound Drivers.
Update
: 2025-02-17
Size
: 288kb
Publisher
:
jgx
[
Linux driver
]
Linux.Sound.Programming.1st Edition.2017.pdf
DL : 0
2017年出版的linux音频的指导书,包括jack库用于专业音频编程(It introduces the Jack package also for professional audio case. A good book introduces linux sound programming.)
Update
: 2025-02-17
Size
: 5.47mb
Publisher
:
shavian
«
1
2
3
4
5
6
7
8
9
10
...
13
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.