|
How to Record Sound Directly from /dev/dsp
Hi,
I'm curious, how would one go about recording sound from /dev/dsp? I know roughly how to save the data to a file:
$/dev/dsp >> file.bin
But how do I encode it, as say, a flac, ogg or mp3 while it is being recorded?
-thanks in advance
|