SCI Sound WAV Extractor: Difference between revisions
From Sierra Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| (9 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<div align="center">< | <div align="center"><span style="font-size: 22pt">SCI Sound WAV Extractor</span><br />''Version 1.0''<br />''Author: [[Jeremiah Nellis]]''<br />''2012''</div> | ||
Version 1.0<br />''Author: [[Jeremiah Nellis]]''<br />2012</div> | |||
{{FanSCISoftwareInfobox | {{FanSCISoftwareInfobox | ||
| Line 7: | Line 6: | ||
| Version = 1.0 | | Version = 1.0 | ||
| ReleaseDate = {{2012}} | | ReleaseDate = {{2012}} | ||
| Company = {{ | | Company = {{NAToolCo}} | ||
| DevStatus = {{StableDev}} | | DevStatus = {{StableDev}} | ||
| Published = {{Published}} | | Published = {{Published}} | ||
| Line 32: | Line 31: | ||
<blockquote> | <blockquote> | ||
Jeremiah Nellis's '''ExtractWav''' extracts | Jeremiah Nellis's '''ExtractWav''' extracts a 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. | ||
</blockquote> | </blockquote> | ||
| Line 41: | Line 37: | ||
<blockquote> | <blockquote> | ||
<!-- Add feature list here --> | |||
</blockquote> | </blockquote> | ||
| Line 47: | Line 43: | ||
<blockquote> | <blockquote> | ||
<!-- Add requirements here --> | |||
</blockquote> | </blockquote> | ||
| Line 53: | Line 49: | ||
<blockquote> | <blockquote> | ||
<!-- Place version history here --> | |||
</blockquote> | </blockquote> | ||
| Line 77: | Line 72: | ||
<blockquote> | <blockquote> | ||
<!-- Add options here --> | |||
</blockquote> | </blockquote> | ||
| Line 107: | Line 97: | ||
* [[:Category:SCI Sound Utilities|SCI Sound Utilities]] | * [[:Category:SCI Sound Utilities|SCI Sound Utilities]] | ||
* [[Sound Resource (SCI)]] | |||
* [[SCI Specifications: Chapter 1 - Introduction#SND| in the SCI Specifications]] | |||
* [[:Category:Sound Resources|Sound Resource Articles]] | |||
* [[SCI Sound Resource Profiler]] | |||
| | ||
[[Category:Technical Info]] | |||
[[Category:SCI Technical Info]] | |||
[[Category:Development]] | |||
[[Category:SCI Development]] | |||
[[Category:Development Tools]] | |||
[[Category:SCI Development Tools]] | |||
[[Category:Sound Resources]] | |||
[[Category:SCI Sound Resources]] | |||
[[Category:PCM Articles]] | |||
Latest revision as of 21:58, 14 August 2025
| Latest Version: | 1.0 | ||
|---|---|---|---|
| Release Date: | 2012 | ||
| Company: | 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 a 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
- SCI Sound Utilities
- Sound Resource (SCI)
- in the SCI Specifications
- Sound Resource Articles
- SCI Sound Resource Profiler