Bugs item #3155587, was opened at 2011-01-11 15:40
Message generated for change (Comment added) made by uklauer
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=110706&aid=3155587&group_id=10706
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
>Status: Pending
>Resolution: Invalid
Priority: 5
Private: No
Submitted By: jimmystewart (hmfah)
Assigned to: Nobody/Anonymous (nobody)
Summary: sox wav: Premature EOF on .wav input file
Initial Comment:
I'm using sox 14.3.1, and I get error message: sox wav: Premature EOF on .wav input file.
Why I get these messages?
----------------------------------------------------------------------
>Comment By: Ulrich Klauer (uklauer)
Date: 2011-10-10 18:58
Message:
It means that the audio length that is recorded at the beginning of the
file does not match the actual length. This can happen, e.g., when a
recording application writes the file in one pass: When writing the file
header at the beginning, it does not yet know how long the audio will be,
so it writes some default value.
As long as there doesn't seem to be anything missing, you don't need to
worry about this message, which is only a warning.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=110706&aid=3155587&group_id=10706
|