Become a Site Supporter and Never see Ads again!

Author Topic: MT2496 - CD-Wave msg re WAV header; FLAC msg re sub-chunk  (Read 5386 times)

0 Members and 1 Guest are viewing this topic.

Offline it-goes-to-eleven

  • Trade Count: (58)
  • Needs to get out more...
  • *****
  • Posts: 6696
MT2496 - CD-Wave msg re WAV header; FLAC msg re sub-chunk
« on: November 03, 2005, 04:20:30 PM »
The other questionable thing that happened that I haven't seen reported is that CDWave reported that the file size reported in the .way header differed from the actual file size.  Easy enough to fix but I'm not sure what that was all about.

That can be a VERY serious problem.  It shouldn't be but often is..  FLAC, for example, has serious trouble with it.  If the header says 20 bytes and the file is 1 Gig, FLAC will only save 20 bytes.  I've reported it to the flac team and it will get fixed.. But they've put a very low priority on it (which I don't agree with at all).  Other programs may have similar problems, so watch out for that one.


Offline Brian Skalinder

  • Complaint Dept.
  • Trade Count: (28)
  • Needs to get out more...
  • *****
  • Posts: 18868
  • Gender: Male
MT2496 - CD-Wave msg re WAV header; FLAC msg re sub-chunk
« Reply #1 on: November 03, 2005, 04:33:41 PM »
The other questionable thing that happened that I haven't seen reported is that CDWave reported that the file size reported in the .way header differed from the actual file size.  Easy enough to fix but I'm not sure what that was all about.

That can be a VERY serious problem.  It shouldn't be but often is..  FLAC, for example, has serious trouble with it.  If the header says 20 bytes and the file is 1 Gig, FLAC will only save 20 bytes.  I've reported it to the flac team and it will get fixed.. But they've put a very low priority on it (which I don't agree with at all).  Other programs may have similar problems, so watch out for that one.

The JB3 had a similar problem.  My notes from the JB3 FAQ based on my testing:

Quote
[380] Opening JB3-recorded WAV:  "File header reports a size that is different than the system reports..."?!?

When opening JB3-recorded WAVs in CD-Wave, what's with the message:  "File header reports a size that is different than the system reports.  Do you want to adjust the size?  (Yes to override header, No to trust header, Cancel to abort)"

The JB3 appears to add 8 bytes of "junk" at the end of some WAV files recorded onto the JB3.  At any rate, if prompted with this message by CD-Wave, it doesn't matter whether you select Yes or No, CD-Wave strips the "junk" 8 bytes out of the file in either case.  All other commonly used taper programs - Cool Edit, Wavelab, Soundforge, etc. - seem to strip the junk bytes out but don't present a message to the user.  Bottom line:  don't sweat it!

Anyone have a MT file that generates the same message in CD-Wave and able to test whether it's the same issue?  If so, it's really a non-issue, IMO.  But if it's a different issue, then...maybe worth addressing assertively with MT / FLAC.
Milab VM-44 Links > Fostex FR-2LE or
Naiant IPA (tinybox format) >
Roland R-05

Offline rodeen

  • Trade Count: (34)
  • Taperssection All-Star
  • ****
  • Posts: 1403
  • Gender: Male
  • Harmonica Man!
MT2496 - CD-Wave msg re WAV header; FLAC msg re sub-chunk
« Reply #2 on: November 03, 2005, 05:00:56 PM »
The JB3 had a similar problem.  My notes from the JB3 FAQ based on my testing:

Anyone have a MT file that generates the same message in CD-Wave and able to test whether it's the same issue?  If so, it's really a non-issue, IMO.  But if it's a different issue, then...maybe worth addressing assertively with MT / FLAC.

I've got the original file on compact flash.  I'll check it out when I get home tonight.

Thanks!
"It's never too late to have a happy childhood!"
[LMA]: http://archive.org/search.php?query=taper%3A%22odeen%22&sort=-date

Offline JasonSobel

  • Trade Count: (8)
  • Needs to get out more...
  • *****
  • Posts: 3327
  • Gender: Male
    • My show list
MT2496 - CD-Wave msg re WAV header; FLAC msg re sub-chunk
« Reply #3 on: November 03, 2005, 05:08:08 PM »
Anyone have a MT file that generates the same message in CD-Wave and able to test whether it's the same issue?  If so, it's really a non-issue, IMO.  But if it's a different issue, then...maybe worth addressing assertively with MT / FLAC.

yes, actually, every file that I have recorded with the MicroTrack has reported that same thing.  I didn't think it was a big deal, so I guess I never mentioned it.  WaveLab opens up all files just fine.  CD Wave will also open up the files just fine.  and, as a matter of fact, when putting an "original" file from the MicroTrack through FLAC frontend, it gives some message about the header, but then continues with the compression as normal.  FLAC definitely compresses the whole file.  So although I've seen it, it has never been a problem for me, in any way.

got to run out now for a show tonight, I'll catch up with this thread tomorrow :)

Offline Brian Skalinder

  • Complaint Dept.
  • Trade Count: (28)
  • Needs to get out more...
  • *****
  • Posts: 18868
  • Gender: Male
Re: MT2496 - CD-Wave msg re WAV header; FLAC msg re sub-chunk
« Reply #4 on: November 03, 2005, 06:25:24 PM »
Alright, so I've done a bit of digging.  If you're interested, you may want to review this good primer on the Microsoft WAVE format.  It appears as though the MT2496 - like the JB3 - adds some useless sub-chunk data to the WAV file.  The MT2496, in writing the WAV header, does not appear to take into account this extra sub-chunk it adds to the file.  So we're left with a WAV header file size descriptor that does not match the actual file size (i.e. the WAV header file size descriptor is always smaller than the actual file size).  Hence, CD-Wave (and perhaps other apps) warn that the file size as reported by the WAV header differs from the actual file size.

The message FLAC presents (please note the contents of the sub-chunk data may differ from one file to the next):

Quote
WARNING: skipping unknown sub-chunk '⌠5☺;'

The specific message CD-Wave presents:

Quote
File header reports a size that is different than the system reports.  Do you want to adjust the size?  (Yes to override header, No to trust header, Cancel to abort)

What I've found is it doesn't matter how you answer, Yes (override header) or No (trust header) - CD-Wave strips the sub-chunk data regardless.  Likewise, CEP strips the sub-chunk data.  So does FLAC.  Haven't tested Wavelab, but I suspect it strips the data, too.  And one may also strip it manually with  hex editor.  Basically, I think this is not something about which anyone should worry.

But..."Ack!!", you might say, "what happens if my app trusts the WAV header file size descriptor and therefore doesn't handle any data beyond the file size as designated in the WAV header?"  I think that since the MT adds the sub-chunk data at the END of the file, the only thing that will happen is the app will not handle this useless sub-chunk data.  In other words, nothing happens, other than the useless sub-chunk data is stripped from the file.

« Last Edit: November 03, 2005, 06:57:00 PM by Brian Skalinder »
Milab VM-44 Links > Fostex FR-2LE or
Naiant IPA (tinybox format) >
Roland R-05

Offline F.O.Bean

  • Team Schoeps Tapir that
  • Trade Count: (126)
  • Needs to get out more...
  • *****
  • Posts: 40690
  • Gender: Male
  • Taperus Maximus
    • MediaFire Recordings
Re: MT2496 - CD-Wave msg re WAV header; FLAC msg re sub-chunk
« Reply #5 on: November 03, 2005, 09:22:59 PM »
ive never seen this message in cd wave or flac frontend using the latest versions of each FWIW
Schoeps MK 4V & MK 41V ->
Schoeps 250|0 KCY's (x2) ->
Naiant +60v|Low Noise PFA's (x2) ->
DarkTrain Right Angle Stubby XLR's (x3) ->
Sound Devices MixPre-6 & MixPre-3

http://www.archive.org/bookmarks/diskobean
http://www.archive.org/bookmarks/Bean420
http://bt.etree.org/mytorrents.php
http://www.mediafire.com/folder/j9eu80jpuaubz/Recordings

Offline Brian Skalinder

  • Complaint Dept.
  • Trade Count: (28)
  • Needs to get out more...
  • *****
  • Posts: 18868
  • Gender: Male
Re: MT2496 - CD-Wave msg re WAV header; FLAC msg re sub-chunk
« Reply #6 on: November 03, 2005, 09:31:40 PM »
ive never seen this message in cd wave or flac frontend using the latest versions of each FWIW

What versions, specifically, Bean?  Mine...

CD-Wave 1.94.5
FLAC FrontEnd 1.7.1

If you open and save the files in another app first (e.g. Wavelab), the other app will usually strip the sub-chunk data.  Try opening a WAV direct from JB3 sometimes, without using another app and see if it happens.
Milab VM-44 Links > Fostex FR-2LE or
Naiant IPA (tinybox format) >
Roland R-05

Offline F.O.Bean

  • Team Schoeps Tapir that
  • Trade Count: (126)
  • Needs to get out more...
  • *****
  • Posts: 40690
  • Gender: Male
  • Taperus Maximus
    • MediaFire Recordings
Re: MT2496 - CD-Wave msg re WAV header; FLAC msg re sub-chunk
« Reply #7 on: November 03, 2005, 09:39:15 PM »
ive never seen this message in cd wave or flac frontend using the latest versions of each FWIW

What versions, specifically, Bean?  Mine...

CD-Wave 1.94.5
FLAC FrontEnd 1.7.1

If you open and save the files in another app first (e.g. Wavelab), the other app will usually strip the sub-chunk data.  Try opening a WAV direct from JB3 sometimes, without using another app and see if it happens.

dang, maybe i DONT have the newest versions, I have:

CD Wave 1.93.3
FLAC Frontend 1.1.2a

I used to get that error when opening jb3 stuff, but that was about 2 years ago and I havent had one problem since around that time period strangely enuf, thats the only reason I said anything!
Schoeps MK 4V & MK 41V ->
Schoeps 250|0 KCY's (x2) ->
Naiant +60v|Low Noise PFA's (x2) ->
DarkTrain Right Angle Stubby XLR's (x3) ->
Sound Devices MixPre-6 & MixPre-3

http://www.archive.org/bookmarks/diskobean
http://www.archive.org/bookmarks/Bean420
http://bt.etree.org/mytorrents.php
http://www.mediafire.com/folder/j9eu80jpuaubz/Recordings

Offline keepongoin

  • Trade Count: (4)
  • Needs to get out more...
  • Posts: 5433
  • Gender: Male
Re: MT2496 - CD-Wave msg re WAV header; FLAC msg re sub-chunk
« Reply #8 on: November 04, 2005, 08:48:28 AM »
FWIW, i get the "Warning: skipping unknown subchunck" in FLAC whenever I compress files generated with soundforge6/7/8 or wavelab 5.0/5.1.

probably because those programs have some sort of header info in their that designates the files as generated with that software... I have never worried about seeing that message, and have never uncompressed the FLAC to find anything was different in the file.
“When fascism comes to America, it will be wrapped in the flag and carrying the cross.” Sinclair Lewis: How Fascism Will Come To America (1935)

"Science is facts; just as houses are made of stones, so is science made of facts; but a pile of stones is not a house and a collection of facts is not necessarily science."- Henri Poincare

http://www.archive.org/bookmarks/pierce

Offline JasonSobel

  • Trade Count: (8)
  • Needs to get out more...
  • *****
  • Posts: 3327
  • Gender: Male
    • My show list
Re: MT2496 - CD-Wave msg re WAV header; FLAC msg re sub-chunk
« Reply #9 on: November 04, 2005, 09:05:37 AM »
FWIW, i get the "Warning: skipping unknown subchunck" in FLAC whenever I compress files generated with soundforge6/7/8 or wavelab 5.0/5.1.

probably because those programs have some sort of header info in their that designates the files as generated with that software... I have never worried about seeing that message, and have never uncompressed the FLAC to find anything was different in the file.

at least in WaveLab, there is an option that says "create optimized headers" (not sure if that is the exact phrase, but something very similar if not that).  If you uncheck that option, WaveLab will then create "standard" headers, and you won't ever see that message again.

Offline keepongoin

  • Trade Count: (4)
  • Needs to get out more...
  • Posts: 5433
  • Gender: Male
Re: MT2496 - CD-Wave msg re WAV header; FLAC msg re sub-chunk
« Reply #10 on: November 04, 2005, 09:15:32 AM »
FWIW, i get the "Warning: skipping unknown subchunck" in FLAC whenever I compress files generated with soundforge6/7/8 or wavelab 5.0/5.1.

probably because those programs have some sort of header info in their that designates the files as generated with that software... I have never worried about seeing that message, and have never uncompressed the FLAC to find anything was different in the file.

at least in WaveLab, there is an option that says "create optimized headers" (not sure if that is the exact phrase, but something very similar if not that).  If you uncheck that option, WaveLab will then create "standard" headers, and you won't ever see that message again.

+
“When fascism comes to America, it will be wrapped in the flag and carrying the cross.” Sinclair Lewis: How Fascism Will Come To America (1935)

"Science is facts; just as houses are made of stones, so is science made of facts; but a pile of stones is not a house and a collection of facts is not necessarily science."- Henri Poincare

http://www.archive.org/bookmarks/pierce

 

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