当前位置: 技术问答>linux和unix
[高分求助]------如何在linux下编程实现录音
来源: 互联网 发布时间:2015-06-03
本文导语: 各位老大,请教一个问题: 如何在linux下编程实现录音并录成wave文件,最好能给出实现。 解决了另外开贴送分。谢了。 | 1, open /dev/dsp 2. read data from /dev/dsp 3. write the wave file header (44by...
各位老大,请教一个问题:
如何在linux下编程实现录音并录成wave文件,最好能给出实现。
解决了另外开贴送分。谢了。
如何在linux下编程实现录音并录成wave文件,最好能给出实现。
解决了另外开贴送分。谢了。
|
1, open /dev/dsp
2. read data from /dev/dsp
3. write the wave file header (44bytes)
4. write the data to the wave file
2. read data from /dev/dsp
3. write the wave file header (44bytes)
4. write the data to the wave file