[ scummvm-Bugs-1294648 ] Error when compressing SOU with FLAC

SourceForge.net noreply at sourceforge.net
Sun Sep 18 19:14:14 CEST 2005


Bugs item #1294648, was opened at 2005-09-18 20:14
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=418820&aid=1294648&group_id=37116

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: Tools
Status: Open
Resolution: None
Priority: 5
Submitted By: Cybermutant (cybermutant)
Assigned to: Nobody/Anonymous (nobody)
Summary: Error when compressing SOU with FLAC

Initial Comment:
ScummVM 0.8.0 CVS (Sep 18, 2005)
FLAC 1.1.2a

When using compress_scumm_sou with FLAC, compression
stops with an error right after the first sample in the
SOU file is converted, because "tempfile.fla" is not
removed before starting conversion of the next sample
and FLAC refuses to overwrite it. You need to pass the
'-f' option to FLAC so that it overwrites tempfile.fla
without error.

compress_scumm_sou should add '-f' to the commandline
when calling the FLAC encoder, or rather delete
tempfile.fla before invoking FLAC for the next sample
in the SOU file.

This issue was previously reported in bug report
#1144526, but it probably went unnoticed.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=418820&aid=1294648&group_id=37116




More information about the Scummvm-tracker mailing list