Hi all,
I already asked this question at the Daemonforums a few days ago. Let me ask this question on this higher frequented forum, again. Back in the day, I could record voice via
To make it worse, I hear only white noise when playing it back with
Bash
I already asked this question at the Daemonforums a few days ago. Let me ask this question on this higher frequented forum, again. Back in the day, I could record voice via
$ cat /dev/dsp0.0 > sound.au
. Right now, I have FreeBSD 9.0 running on i386. Initially, the file size of sound.au is 0 bytes. After every 2 minutes and 15 seconds, the file size gets bumped up exactly 1 MB. Looks like /dev/dsp0.0 buffers 1 MB and pushes it then out in one chunk. Is there a way to change that to say 10 KB?To make it worse, I hear only white noise when playing it back with
$ cat sound.au > /dev/dsp0.0
. I tested the microphone on an other computer (and Windows).Bash