SCI Sound Resource Profiler (CSharp): Difference between revisions

From Sierra Wiki
Jump to navigationJump to search
Andrew Branscom (talk | contribs)
No edit summary
Andrew Branscom (talk | contribs)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div align="center"><span style="font-size: 22pt">SCI Sound Resource Profiler (CSharp)</span><br />''Version 0.02''<br />''Author: [[Jeremiah Nellis]]<br />''2012-06-17''</div>
<div align="center"><span style="font-size: 22pt">SCI Sound Resource Profiler (CSharp)</span><br />''Version 0.02''<br />''Author: [[Jeremiah Nellis]]''<br />''2012-06-17''</div></div>
{{TechToolStub}}
{{TechToolStub}}


Line 7: Line 7:
| Version = 0.02
| Version = 0.02
| ReleaseDate = {{2012S}}-06-17<ref>From the included README file</ref>
| ReleaseDate = {{2012S}}-06-17<ref>From the included README file</ref>
| Company = {{N/A}}
| Company = {{NAToolCo}}
| DevStatus = {{StableDev}}
| DevStatus = {{StableDev}}
| Published = {{Published}}
| Published = {{Published}}
Line 32: Line 32:


<blockquote>
<blockquote>
[[Jeremiah Nellis]]'s SCI Sound Resource Profiler (CSharp) Utility to extract information from Sierra SCI sound resources (SOUND.*, *.SND).
[[Jeremiah Nellis]]'s SCI Sound Resource Profiler (CSharp) Utility extracts information from Sierra SCI sound resources (SOUND.*, *.SND). It is a C# Win32 port of [[Ravi Iyengar]]'s original DOS [[SCI Sound Resource Profiler]].
</blockquote>
</blockquote>


Line 58: Line 58:


<blockquote>
<blockquote>
Stable
The current SCI Sound Resource Profiler (CSharp) is a stable release version.
</blockquote>
</blockquote>


Line 64: Line 64:


<blockquote>
<blockquote>
  sndprf <infile>
sndprf <infile>
</blockquote>
</blockquote>


Line 78: Line 78:
<blockquote>
<blockquote>
Download from here:
Download from here:
<!--
* [[Image:ZIP.png|ZIP File]] [[File:SnfPrfCS(wSRC).zip|SnfPrfCS(wSRC).zip]] <span class="DLInfo"> (ZIP file) [11.5 KB]</span> (includes source)
* [[Image:ZIP.png|ZIP File]] [[File:SnfPrfCS(wSRC).zip|SnfPrfCS(wSRC).zip]] <span class="DLInfo"> (ZIP file) [11.5 KB]</span> (includes source)
-->
* [[Image:ZIP.png|ZIP File]] [[scidl:SnfPrfCS(wSRC).zip|SnfPrfCS(wSRC).zip]]<span class="DLInfo"> (ZIP file) [11.5 KB]</span>
</blockquote>
</blockquote>


Line 94: Line 97:
===<br /> Acknowledgements ===
===<br /> Acknowledgements ===


<blockquote>
Ravi Iyengar
Ravi Iyengar
</blockquote>
</blockquote>
</blockquote>


Line 107: Line 112:
==<br /> Also See ==
==<br /> Also See ==


* [[:Category:SCI Sound Information Extractors|SCI Sound Resource Information Extractors]]
* [[Sound Resource (SCI)]]
* [[Sound Resource (SCI)]]
* [[SCI Specifications: Chapter 1 - Introduction#SND| in the SCI Specifications]]
* [[SCI Specifications: Chapter 1 - Introduction#SND| in the SCI Specifications]]
* [[:Category:Sound Resources|Sound Resource Articles]]
* [[:Category:Sound Resources|Sound Resource Articles]]
* [[:Category:SCI Sound Information Extractors|SCI Sound Resource Information Extractors]]
* [[SCI Sound Resource Profiler]]
* [[SCI Sound Resource Profiler]]
&nbsp;
&nbsp;
Line 117: Line 122:
[[Category:Development]]
[[Category:Development]]
[[Category:SCI Development]]
[[Category:SCI Development]]
[[Category:General Tools]]
[[Category:Development Tools]]
[[Category:Development Tools]]
[[Category:SCI Development Tools]]
[[Category:SCI Development Tools]]

Latest revision as of 23:05, 17 August 2025

SCI Sound Resource Profiler (CSharp)
Version 0.02
Author: Jeremiah Nellis
2012-06-17
  This article is a tool stub page. You can
help the Sierra Wiki by expanding it.
SCI Sound Resource Profiler (CSharp)
Latest Version:  0.02
Release Date:  2012-06-17[1]
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: Information Extractor
Relevant Engine: SCI
Platform: Windows
Localization: English
Website: N/A




A.K.A.

  • SndPrf32
  • SndPrfCS


Description

Jeremiah Nellis's SCI Sound Resource Profiler (CSharp) Utility extracts information from Sierra SCI sound resources (SOUND.*, *.SND). It is a C# Win32 port of Ravi Iyengar's original DOS SCI Sound Resource Profiler.


Features


Requirements


Version History

  • version 0.02

By Ravi Iyengar Ported to C# by Jeremiah Nellis - June 17th, 2012


Development Status

The current SCI Sound Resource Profiler (CSharp) is a stable release version.


Usage

sndprf <infile>


Options


Download

Download from here:


Known Issues


Credits

Jeremiah Nellis


Acknowledgements

Ravi Iyengar


Legal

SCI Sound Resource Profiler (CSharp) is distributed with the GNU License.


References

  1. From the included README file


Also See