搜索资源列表
read_tuner
- Read tuner is streaming and recording SW for audio devices.
isd4004
- isd4004 c驱动代码 包括播放 录制 停止 等各个函数 ;是初学者学习写驱动的好例子-isd4004 c driver code to play the recording to stop all functions is a good example for beginners to learn to write a driver
asound
- 对于Linux下的alsa的编程,用了alsa-lib库函数的接口。录音,播放功能。-For alsa programming under Linux, with a alsa-lib library functions of the interface. Recording, playback functions.
aplay.tar
- aplay arecord源码,根据源码可进行alsa编程,实现alsa声卡录音与播放。-aplay arecord source code, to achieve alsa sound recording and playback, according to the source code can be programmed alsa
linux-HDDTest
- linux下查看硬盘坏道信息代码 对于硬盘的坏道的确没有什么好的办法,ata协议中的smart命令本意上是好的,但是很多的硬盘厂商并没有很好的实现smart的功能;硬盘的相关错误信息会存在相应的扇区里,但是这些扇区相当于一个环形的缓冲区,所以记录的错误信息有限,如果需要完整的硬盘坏道信息,smart就*为力了。通过完整的读一遍硬盘可以找出坏道的完整信息,但是读牵涉到了DMA的数据传输过程所以效率较低;ata的协议里READ VERIFY (EXT)命令大大提高效率,该命令是NO DA