Adam Wiggins wrote:

>    My recording setup is almost completely working now, but there's
> just one remaining hitch: for some reason, the recording stream stops
> after 2,147,483,648 bytes of data.  With 12 channel recording this
> is about 7 minutes, and with 2 channel recording it's about 46.6
> minutes.  Since I'm trying to record full-length CDs, this is a
> little short.

I assume you are recording WAV files.
WAV files are a particular type of RIFF file. The chunks these files are
composed of, have a size field in its header. This field is 32 bits, so,
the limit is 4 Gbs. BUT most implementations i've seen, use SIGNED 32
bit integers to manage this field, thus, giving the 2 Gb limitation. It
you want to record more, you'll have to try another format (what about
raw?) of, even better, use a program capable of splitting the files
while recording. (this way you avoid problems with the filesystem
limits)



_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to