Linux下聲卡編程(錄製音頻文件)

將音頻文件寫入聲卡的設備文件中能夠實現音頻文件的播放。而使用read函數來讀取聲卡設備文件中的內容,則能夠實現錄音功能。下面的程序代碼實現了在Linux系統下使用聲卡設備的錄音功能。linux      具體代碼以下: //p6.8.c聲卡錄音功能 #include<unistd.h> #include<fcntl.h> #include<sys/types.h> #include<sys/ioc
相關文章
相關標籤/搜索