Become a Site Supporter and Never see Ads again!

Author Topic: 2 GB .wav file limit.  (Read 8597 times)

0 Members and 1 Guest are viewing this topic.

Offline terrapinj

  • Jonesin' for Tunes
  • Trade Count: (2)
  • Needs to get out more...
  • *****
  • Posts: 6553
  • Gender: Male
Re: 2 GB .wav file limit.
« Reply #15 on: January 15, 2007, 02:20:37 PM »
i believe that a lot of software now will handle files over 2GB however, Windows however will not allow files to be saved that are over 2GB - at least that has been my experience with SF 8.0. looks like thats not the case with Audacity though.


From Audacity Help Pages
http://audacity.sourceforge.net/onlinehelp-1.2/fileformats.htm

Quote
WAV (Windows Wave format)
This is the default uncompressed audio format on Windows, and is supported on almost all computer systems. Audacity can read and write this format. People working with multichannel audio at very high quality settings, or with very long recordings, should note that the maximum size of a wav file is 2GB
JW mod AKG 460b (ck61/ck63 or mk46/ck1x/ck3x)>  EAA PSP-2 > 722

Segue Dogstar XLRs and Interconnects

ISO: (2) ck2x

Offline Brian Skalinder

  • Complaint Dept.
  • Trade Count: (28)
  • Needs to get out more...
  • *****
  • Posts: 18868
  • Gender: Male
Re: 2 GB .wav file limit.
« Reply #16 on: January 15, 2007, 04:02:31 PM »
Windows however will not allow files to be saved that are over 2GB
Quote
People working with multichannel audio at very high quality settings, or with very long recordings, should note that the maximum size of a wav file is 2GB

FWIW, I just opened a < 2 GB file (~1.1 GB, 24-bit/48k), copied and pasted the content 2x to make a > 2GB file (~3.3 GB, 24-bit/48k).  I amplified (normalized) the WAV, then saved as 24-bit/48k.  I'm able to play the file in Foobar2000 and open/edit the file in Audacity just fine.  I'm running Win2K SP4, drives formatted NTFS.
Milab VM-44 Links > Fostex FR-2LE or
Naiant IPA (tinybox format) >
Roland R-05

Offline baustin

  • Trade Count: (4)
  • Needs to get out more...
  • *****
  • Posts: 2793
  • Gender: Male
Re: 2 GB .wav file limit.
« Reply #17 on: January 15, 2007, 04:34:43 PM »
Windows however will not allow files to be saved that are over 2GB
Quote
People working with multichannel audio at very high quality settings, or with very long recordings, should note that the maximum size of a wav file is 2GB

FWIW, I just opened a < 2 GB file (~1.1 GB, 24-bit/48k), copied and pasted the content 2x to make a > 2GB file (~3.3 GB, 24-bit/48k).  I amplified (normalized) the WAV, then saved as 24-bit/48k.  I'm able to play the file in Foobar2000 and open/edit the file in Audacity just fine.  I'm running Win2K SP4, drives formatted NTFS.

Yeah, the 2GB WAV file limit is incorrect. I know that Wavelab 6 has done away with the 2GB limit. I think that the file size limit for WAV is actually 4GB. I believe if you use .W64 format in Soundforge, you should be able to work around limited file sizes.

FWIW, I just created a 3.6GB WAV file from 4 24/96 WAV's using Audacity 1.2.6 in Win XP Pro SP2 formatted to NTFS.

Offline petur

  • Trade Count: (0)
  • Taperssection Member
  • ***
  • Posts: 544
  • Gender: Male
  • wtb: time
Re: 2 GB .wav file limit.
« Reply #18 on: January 16, 2007, 03:53:30 AM »
The 2GB limit is more a FAT limit (iirc) - all recorders have their media formatted as FAT32 or less.
On windows (with NTFS) there is still the risk that some lazy programmer doesn't use the upper 32bit of the file size... (in the windows API, those big values are not passed as 64bit but rather 2x32bit, I know of some who didn't bother to look at the complete number)

EDIT: The above is wrong: the FAT32 filesystem has a limit of 4GB per file
« Last Edit: January 17, 2007, 07:22:02 AM by petur »

Offline gratefulphish

  • Trade Count: (0)
  • Taperssection All-Star
  • ****
  • Posts: 1568
  • Gender: Male
  • Gone Tapin'
Re: 2 GB .wav file limit.
« Reply #19 on: January 16, 2007, 10:17:52 AM »
The 2GB limit is more a FAT limit (iirc) - all recorders have their media formatted as FAT32 or less.
On windows (with NTFS) there is still the risk that some lazy programmer doesn't use the upper 32bit of the file size... (in the windows API, those big values are not passed as 64bit but rather 2x32bit, I know of some who didn't bother to look at the complete number)


Could you break this down into one syllable english words, for the technically challenged such as me, and let me know whether I should be making some specific adjustments to my computer to deal with this.
4 channel: Neumann TLM-170R>Segue Dogstar>SD 722   2 channel: Neumann TLM-170R>Segue Dogstar>Lunatec V3>SD 722
               Linked to Lunatec V3>MT 24/96                                     (Hi-Ho Silver Interconnects)     

Other gear: AKG C451Es, Tascam DA-P1, Sony D-8

Offline petur

  • Trade Count: (0)
  • Taperssection Member
  • ***
  • Posts: 544
  • Gender: Male
  • wtb: time
Re: 2 GB .wav file limit.
« Reply #20 on: January 17, 2007, 07:20:29 AM »
Looking at the FAT specification I guess I was wrong, FAT32 has a 4GB limit (most if not all recorders use the FAT32 filesystem). On your windows pc, you can even go above 4GB by using NTFS as filesystem.

http://support.microsoft.com/kb/314463

So the only issue that remains is sloppy programming. If a certain tool does not support files above 2GB, it's a problem with the tool.

Offline gratefulphish

  • Trade Count: (0)
  • Taperssection All-Star
  • ****
  • Posts: 1568
  • Gender: Male
  • Gone Tapin'
Re: 2 GB .wav file limit.
« Reply #21 on: January 17, 2007, 11:38:38 AM »
I really am in the computer stone ages.  Do I want to change over to NTFS as a file system?  What would I need to do?  How would this affect the rest of my computer operations, if at all?  Would it require reformatting the whole system?  Sorry for the number of questions, but I am trying to learn quickly.  Thanks again.
4 channel: Neumann TLM-170R>Segue Dogstar>SD 722   2 channel: Neumann TLM-170R>Segue Dogstar>Lunatec V3>SD 722
               Linked to Lunatec V3>MT 24/96                                     (Hi-Ho Silver Interconnects)     

Other gear: AKG C451Es, Tascam DA-P1, Sony D-8

Offline petur

  • Trade Count: (0)
  • Taperssection Member
  • ***
  • Posts: 544
  • Gender: Male
  • wtb: time
Re: 2 GB .wav file limit.
« Reply #22 on: January 17, 2007, 12:17:51 PM »
If you're on windows, you would certainly want to use NTFS as filesystem. However, unless your computer is also from the stone ages, it should already use this. You can check by right-clicking on the disk (in the windows explorer) and selecting 'properties'. among the info it will say 'File System: xxx'

So if your files need to be larger than 4GB, NTFS is certainly what you need... If you need to convert, backup everything is step 1, then look at:
http://www.microsoft.com/technet/prodtechnol/winxppro/maintain/convertfat.mspx
http://www.aumha.org/win5/a/ntfscvt.php
http://support.microsoft.com/kb/307881
...
pick any of the above links, they were the first three google gave me on this subject ;)

Offline gratefulphish

  • Trade Count: (0)
  • Taperssection All-Star
  • ****
  • Posts: 1568
  • Gender: Male
  • Gone Tapin'
Re: 2 GB .wav file limit.
« Reply #23 on: January 17, 2007, 02:34:31 PM »
It's NTFS, +T for the ongoing help.  Thanks.
4 channel: Neumann TLM-170R>Segue Dogstar>SD 722   2 channel: Neumann TLM-170R>Segue Dogstar>Lunatec V3>SD 722
               Linked to Lunatec V3>MT 24/96                                     (Hi-Ho Silver Interconnects)     

Other gear: AKG C451Es, Tascam DA-P1, Sony D-8

Offline ghellquist

  • Trade Count: (0)
  • Taperssection Member
  • ***
  • Posts: 477
  • Gender: Male
Re: 2 GB .wav file limit.
« Reply #24 on: January 17, 2007, 04:41:33 PM »
My impression is that the actual .wav file size limit is 4GB if we talk about the old-type standard .wav. There is a counter inside the file saying how large it is, and that can hold a maximum of 4Gb.

But the .wav file extension is used in a lot of different ways with a lot of different file formats. Most of these are sort of unusual, maybe only used be one specific program that is long since discontinued, so let us forget those specials. Lately there has been version going past the 4GB limit, but you have to very certain that your program can handle those.

Next thing was that, even if the limit is and always was 4GB, it is only rather recently that hard-disks where that large. (My first hard-disk was 10Mb). Easily then, sloppy programmers stumbled into a common programming pitfall, and then the limit ended up at 2GB for the program. Many programs, including wavelab, simply behaved odd with files larger than 2Gb. Since then the safe limit is 2Gb, and only if your program specifically supports it would I ever make files larger than 2GB. The limit though, still is 4.

In a taperssection usage I would split the files at max 2GB to be safe in the recorder and for future handling. The files could later be imported into an audio editor program and only inside the program be joined - letting the program worry about what to do about the limit. I would then export each song as a separate file, generally these are much smaller than the full show. Other programs could then safely read these smaller files without problems.

A decent program at a decent price for doing this on a PC is called Magix Studio. It does handle large files internally, allows you to cut out uninteresting pauses, normalize, eq, compress, limit and export. It also burns CD-s from inside the program.
http://site.magix.net/english-us/home/music/music-studio-11-deluxe/mustu-11/functions/?no_cache=1&version=standard

Anyway, my 2 cents worth.

Gunnar


Offline petur

  • Trade Count: (0)
  • Taperssection Member
  • ***
  • Posts: 544
  • Gender: Male
  • wtb: time
Re: 2 GB .wav file limit.
« Reply #25 on: January 19, 2007, 03:50:57 AM »
FYI, RockBox also (seamlessly) splits recordings at 2GB

From reading http://en.wikipedia.org/wiki/WAV, it would indeed seem that the official WAV file limit is 4GB. Should have read the WAV specs too before giving advice here. That's what you get when you post stuff while doing other things at the same time ;)

 

RSS | Mobile
Page created in 0.067 seconds with 36 queries.
© 2002-2024 Taperssection.com
Powered by SMF