SCI Sound WAV Extractor: Difference between revisions
From Sierra Wiki
Jump to navigationJump to search
Created page with "<div align="center"><div style="font-size: 22pt">ExtractWav</div><br /> Version 1.0<br />''Author: Jeremiah Nellis''<br />2012</div> {{FanSCISoftwareInfobox | Software = ExtractWav | Image = 190px<br /> ''ExtractWav'' Title Screen | Version = 1.0 | ReleaseDate = {{2012}} | Company = {{N/A}} | Published = {{Published}} | Developers = {{JeremiahNellisToolDev}} | Interface = {{CLI}} | ProgLanguage = {{CSharp}} | OpenSource = {{OpenSRC}}..." |
No edit summary |
||
| Line 16: | Line 16: | ||
| Source = {{SourceSW}} (included in Download) | | Source = {{SourceSW}} (included in Download) | ||
| License = {{GNU}} | | License = {{GNU}} | ||
| Type = {{ | | Type = {{FanSCISoundUtil}} | ||
| Engine = {{SCI0Tool}} | | Engine = {{SCI0Tool}} | ||
| Platform = {{WinTool}} | | Platform = {{WinTool}} | ||
Revision as of 19:07, 27 May 2025
ExtractWav Title Screen | |||
| Latest Version: | 1.0 | ||
|---|---|---|---|
| Release Date: | 2012 | ||
| Company: | Template:N/A | ||
| Development Status: | {{{DevStatus}}} | ||
| Publication Status: | Published | ||
| Developer(s): | Jeremiah Nellis | ||
| Interface: | CLI | ||
| Language: | C# | ||
| Open Source: | Open | ||
| Source Availability: | (included in Download) | ||
| License: | GNU | ||
| Type: | Template:FanSCISoundUtil | ||
| Relevant Engine: | SCI0 | ||
| Platform: | Windows | ||
| Localization: | English | ||
| Website: | N/A | ||
Description
Jeremiah Nellis's ExtractWav extracts the WAV portion of an SCI0 sound resource input file, either a patch resource or a packed one (RESOURCE.XXX). Uncompressed or LZW compressed files are supported. Huffman decompression not 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
Usage:
ExtractWav.exe <inputResource> <outputDirectory>
Examples:
ExtractWav.exe resource.001 c:\fooDir
ExtractWav.exe c:\randomdir\sound.001 .\barDir
Download
Download from here:
Known issues
Credits
- Jeremiah Nellis
References
Also See