SCI Sound WAV Extractor: Difference between revisions

From Sierra Wiki
Jump to navigationJump to search
Andrew Branscom (talk | contribs)
Andrew Branscom (talk | contribs)
Line 73: Line 73:


<blockquote>
<blockquote>
Usage:<br />
<blockquote>ExtractWav.exe <inputResource> <outputDirectory></blockquote>


Examples:<br />
<blockquote>ExtractWav.exe resource.001 c:\fooDir<br />
ExtractWav.exe c:\randomdir\sound.001 .\barDir</blockquote>
</blockquote>
</blockquote>



Revision as of 20:17, 29 July 2025

SCI Sound WAV Extractor
Version 1.0
Author: Jeremiah Nellis
2012
SCI Sound WAV Extractor
Latest Version:  1.0
Release Date:  2012
Company: Template:N/A
Development Status:  Stable
Publication Status:  Published
Developer(s): Jeremiah Nellis
Interface: CLI
Language: C#
Open Source: Open
Source Availability:  Yes (included in Download)
License: GNU
Type: Sound Utility
Relevant Engine: SCI0
Platform: Windows
Localization: English
Website: N/A




A.K.A.


Description

Jeremiah Nellis's ExtractWav extracts the WAV file embedded in an SCI0 sound resource input file, either a standalone or patch resource or one packed in a VOL file (RESOURCE.XXX). Uncompressed and LZW compressed files are supported. Huffman decompression has not been implemented.


Features


Requirements


Version History

 


Development Status

Unmaintained


Usage

Usage: ExtractWav.exe <inputResource> <outputDirectory>

Examples:

ExtractWav.exe resource.001 c:\fooDir
ExtractWav.exe c:\randomdir\sound.001 .\barDir


Options


Download

Download from here:


Known issues


Credits

  • Jeremiah Nellis


References



Also See