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

Search list

[Linux-Unixlinux-amr-coder

Description: 这是一个pcm转amr的源代码,只支持samplerate为8samplebite为8/16的格式,可在linux环境下运行,也可以在VC6.0下运行
Platform: | Size: 7046715 | 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 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 programlibmp3decoder-1[1].0

Description: mp3的解码库,将mp3音频流转换成PCM音频流。附带linux下和windows下的测试程序-mp3 decoders, there will be replaced by the transfer of mp3 audio PCM audio stream. With linux and windows under the testing procedures
Platform: | Size: 184320 | Author: 金鑫 | Hits:

[Linux-Unixmediarecorder

Description: Qtopia下的多媒体录音源码,支持WAV格式的PCM和G711录音-Qtopia source of multimedia recording, support WAV format recording PCM and G711
Platform: | Size: 27648 | Author: 吴军 | Hits:

[Linux-UnixAdpcm

Description: Adpcm压缩解压缩算法实现,应用于嵌入式linux平台,C/C++开发-ADPCM compression decompression algorithm used in embedded linux platform, C/C++ Development
Platform: | Size: 2048 | 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-Unixlinux-amr-coder

Description: 这是一个pcm转amr的源代码,只支持samplerate为8samplebite为8/16的格式,可在linux环境下运行,也可以在VC6.0下运行-This is a pcm to amr
Platform: | Size: 7738368 | Author: 胞波 | Hits:

[Linux-UnixALSA_APP

Description: LINUX下基于ALSA音频驱动的应用程序,可以播放PCM语音流。-LINUX-based audio driver ALSA applications can play PCM audio stream.
Platform: | Size: 6144 | Author: barrysong | Hits:

[Linux-Unixpcm

Description: Linux下的.wav文件播放示例,装了QT的话先#qmake -project生成工程文件pcm.pro,然后 #qmake pcm.pro生成Makefile,然后 #make 最后 #./pcm 执行 注意代码里面包括要播放的.wav文件的路径-Linux under. Wav file playback example, QT installed, then the first# Qmake-project to generate engineering documents pcm.pro, and then# Qmake pcm.pro generated Makefile, then# Make the final#./Pcm attention to the implementation of the code inside the including the need to play. wav file path
Platform: | Size: 1024 | Author: wujiaping | Hits:

[Audio programoss_wav_play

Description: linux OSS编程例子.打开wav文件,并取出其中PCM数据,通过OSS接口函数实现播放.可以调节音量. 小而精.供大家参考. -linux OSS programming examples. Open wav file, and removed one of PCM data, the adoption of OSS player interface function. It can adjust the volume. Small but excellent. For your reference.
Platform: | Size: 3072 | Author: 彭远伦 | Hits:

[Speech/Voice recognition/combinepcmtest

Description: pcm音频播放测试程序,pcm格式的完整理解-pcm audio player test procedure, pcm format, a complete understanding
Platform: | Size: 1154048 | Author: quguoping | Hits:

[Audio programrtaudio-4.0.6.tar

Description: RtAudio 適合跨平台 pcm 直接播放的程序開發, 支持多種 Audio Device 輸出-RtAudio is a set of C++ classes that provide a common API (Application Programming Interface) for realtime audio input/output across Linux, Macintosh OS-X and Windows (DirectSound and ASIO) operating systems. RtAudio significantly simplifies the process of interacting with computer audio hardware. It was designed with the following objectives:
Platform: | Size: 267264 | Author: albano | Hits:

[Linux-Unixrecord-yinpin

Description: linux下音频录音和播放程序源码,了解linux下的音频编程。-Under linux audio recording and playback program source code to understand the audio programming under linux.
Platform: | Size: 12288 | Author: 石祚夫 | Hits:

[Multimedia programmixer.c.tar

Description: linux 下对混音器的命令行调节程序,可以设定VOL,PCM,MIC增益-mixer under linux command line conditioning program, you can set the VOL, PCM, MIC gain
Platform: | Size: 1024 | Author: Sunday | Hits:

[Audio programmadlldlib-10b4_dll

Description: libmad is a powerful open source library written in C that decodes MP3 files to uncompressed PCM data. However, it compiles as a static library, limiting its access to C/C++. I have written code (based on the source madlld) that compiles to a DLL, enabling other languages (i.e., C#, Visual Basic etc.) to access the libmad library using the simple interface I ve provided.
Platform: | Size: 74752 | Author: xinghe | Hits:

[Linux-Unixalsa_player.tar

Description: This is the ALSA PCM audio player., which can play raw pcm audio data. This is short reference program in C under Linux.
Platform: | Size: 583680 | Author: Karim | Hits:

[Linux-UnixPCM

Description: linux下的音频设备的操作例程,对于入门linux下的音频应用程序,很有帮助!-Linux under an audio device operation routines for introductory Linux under audio applications, helps!
Platform: | Size: 3072 | Author: li | Hits:

[Linux-UnixLinux-driver-development17

Description: 作者:华清远见嵌入式学院。《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音频设备驱动的组成、card和组件管理、PCM设备、control接口、AC97 API及用户空间编程方法。17.5节以S3C2410通过IIS接口外接UDA1341编解码器的实例讲解了OSS驱动。17.6节以PXA255通过AC97接口外接AC97 编解码器的实例讲解了ALSA驱动。-Author: HuaQing vision embedded institute. The Linux device driver development "(08 and 09 sep TOP50) annual list of best-selling chapter 17, Linux audio device drivers. In Linux system, the audio equipment successively appeared two framework: OSS and ALSA, this section will be introduced in digital audio equipment and audio equipment and hardware interface on the basis of OSS and explain the structure of the driver ALSA. 17.1 ~ 17.2 explained audio equipment and PCM, IIS and AC97 hardware interface. Section 17.3 explained Linux OSS audio device driver s composition, mixer, DSP interface and the user interface space programming method. Section 17.4 explained Linux ALSA audio device drivers, the composition of the card and the component management, PCM equipment, control interface, AC97 API and user space programming method. Section 17.5 to S3C2410 through the IIS interface external UDA1341 codec examples to explain the OSS driver. Section 17.6 to PXA255 through the AC97 interface exter
Platform: | Size: 922624 | Author: 华清远见 | Hits:

[Audio programaudio_G711

Description: linux音频压缩编码,pcm压缩编码与g711格式变化转换代码-linux audio compression, pcm coding changes with g711 format conversion code
Platform: | Size: 10240 | Author: xu | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net