搜索资源列表
mediarecorder
- Qtopia下的多媒体录音源码,支持WAV格式的PCM和G711录音
soundSaveTowav_2
- 在linux系统采集音频数据并保存为wav文件,发了好长时间才调通的。默认时间为15秒,可稍加修改无限录音保存。-Under linux capture data from the audio and save to the wave file.
RecAndBro
- 在linux下实现录音和放音,并把录音数据转变为wav格式的文件-In linux to achieve recording and playback, and the recording of data into wav file format
audioioctl
- 关于音频接口基本程序的实验报告,有两个实验,一个是播放wav格式的音乐,另一个是可以实现先录音几秒再放音的程序-a report about audio ioctl,includes two parts one is designed to Play wav format of music,the other can record a few seconds of sound and then play it.
alsa
- asla 编程,可以录音与播放。储存格式为WAV。-asla programming, recording and playback. The storage format is WAV.
wav-tool
- 录音放音 LINUX C 代码 , 可用于嵌入式, 已成功交叉编译移植,请参考说明-wav record and wav play , LINUX c code , can be used in arm and other platform , please read instruction
alsa_player-1.0.tar
- 最近一直在研究LINUX下的音频编程,发现网上相关的资料不是很多,这是本人用C++写的一个alsa播放器和录音器,能播放各种wav音频文件,希望能给你带来帮助。-Recently been studying audio programming under LINUX, relevant information found online is not a lot, this is my C++ write a alsa player and recorder, can play a variety
my-wm8976
- 基于S3C2440的声卡驱动程序,声卡芯片是wm8976,已经调试成功,可以播放wav文件,也可以录音-S3C2440-based sound card drivers, sound chip is wm8976, debugging has been successful, you can play wav file, you can also record
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.