Edit oversize wav

This section is now closed
Forum rules
Audacity 1.2.x is now obsolete. Please use the current Audacity 2.1.x version.

Mac 0S X 10.3 and earlier are no longer supported but you can download legacy versions of Audacity for those systems HERE.
Locked
mp33
Posts: 3
Joined: Wed Dec 09, 2009 9:37 pm
Operating System: Please select

Edit oversize wav

Post by mp33 » Wed Dec 09, 2009 9:57 pm

I recorded over 6h from an online radio broadcast and exported it into a single wav file. Thus I exceeded the wave file size limit, as the file is 4.42 GB. When I play the wav in iTunes / QuickTime / RealPlayer or open it in Audacity it says that it's only 42' 24'' long, so I can edit the beginning but have no access to the rest of the recording. Is there any way to split the file or edit it in the full length?
(MacOX 10.5.8, Audacity 1.2.5)

steve
Site Admin
Posts: 80752
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: Edit oversize wav

Post by steve » Wed Dec 09, 2009 10:17 pm

If you've still got the Audacity project, open it and select part of the track and use "Export Selection" from the File menu.

If you've only got the WAV file, then try Importing it back into Audacity and doing the same. You may or may not be lucky - I don't know how Macs react to WAV files over 4GB, the WAV file may be OK, or it may be corrupt.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

mp33
Posts: 3
Joined: Wed Dec 09, 2009 9:37 pm
Operating System: Please select

Re: Edit oversize wav

Post by mp33 » Wed Dec 09, 2009 10:41 pm

Unfortunately I didn't save the Audacity project. When I import the WAV file back into Audacity there's only the first part available - just as if the huge file contained only the beginning of the recording.

kozikowski
Forum Staff
Posts: 68938
Joined: Thu Aug 02, 2007 5:57 pm
Operating System: macOS 10.13 High Sierra

Re: Edit oversize wav

Post by kozikowski » Wed Dec 09, 2009 10:51 pm

I don't think you have a sound file any more. Files are saved on the hard drive in little snippets called clusters. WAV can only count up to just so many clusters before it loses count. That's the file size limit. The file header information may think you have a six hour long file, but the actual sound data is missing.

This is the magic place where Audacity Projects would have worked well. Projects keep track of thousands of individual capture segments. Piece of cake compared to making one single file that the system doesn't support.

Koz

kozikowski
Forum Staff
Posts: 68938
Joined: Thu Aug 02, 2007 5:57 pm
Operating System: macOS 10.13 High Sierra

Re: Edit oversize wav

Post by kozikowski » Wed Dec 09, 2009 11:11 pm

If I had to wildly guess what happened, the numbering scheme went up to the maximum and started over again at zero. So the beginning of the show got numbered twice, the first time crashed and the second time stuck and that's the work you have.

That could be bogus, but it sure sounds like what happened.

Koz

mp33
Posts: 3
Joined: Wed Dec 09, 2009 9:37 pm
Operating System: Please select

Re: Edit oversize wav

Post by mp33 » Mon Dec 14, 2009 12:44 am

Kozikowski, thanks for your explanation. Sounds reasonable to me.

Locked