搜索资源列表
record
- linux下的可以采集声音和播放声音的程序,运用c语言编写,主要采用了read和write两个函数-sound and play a sound program can be collected under linux using c language, mainly using the read and write two functions
p6.7
- linux下的音频设备(声卡、扬声器)文件编程,使用声卡播放音频文件-under linux audio equipment (sound card, speakers) file programming, using the sound card to play audio files
lbreakout-010315.tar
- LBreakout a breakout-style arcade game for Linux Requirements: X11, SDL[1.0 or better] Installation: 1. type ./configure options: --disable-sound [no sound] --disable-install [no installation play from source directory] [e
tool-player.tar
- 此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
audiowrd
- 声卡驱动,在linux平台上,可以用此软件直接播放歌曲-Sound card driver, the linux platform, you can use this software play songs directly
sound
- 在linux环境下编写的一个可以播放mp3的应用小程序,调了好长时间-Written in a linux environment can play mp3' s applet, adjusting for a long time ....
sound
- linux 录音、放音源码 linux 录音、放音源码-linux record.c play.c linux record.c play.c
huaijdj
- 这个版本的内核(从Linux-2.6.30开始)都会出现声音断断续续的情况,而使用1.0.18a这个版本的内核(由于只测试了从Linux-2.6.29到Linux-2.6.29.6)都播放正常,推断可能是1.0.20这个版本的声卡驱动有bug导致的(因为配置内核使用的配置单都是根据内核自带的配置单修改而成),然后将1.0.18a的声卡驱动移植到Linux-2.6.30的系列内核中就更正了播放音频断断续续的情况。-The version of the kernel (from Linux-2.6.
jsound
- Java简易音频片断播放器,在程序中,为了使界面做得更友好,经常要播放一些声音文件片断,如当用户执行一个错误的命令或当某个任务完成时。这样可以使得用户和程序间的交互更加和谐,更加友好。事实上无论是Windows 系统还是带X Window 的Unix 或Linux 系统,都自带有很多用于交互的声音片断,而且也提供了方便的接口来播放这些声音片断。然而,如果程序是要跨平台的或用于Internet 上的,那么java 提供的同等功能的API 就相当有用,如在Applet 小程序中播放一些小的
linux_ALSA_record_and_play_pcm_wav
- 调用Linux系统的ALSA声音系统API,完成PCM格式的wav文件的录音和播放。-these codes are capable to record sound into wavfile in PCM format and play wavfile in PCM format by callling ALSA API on Linux platform.