Sierra's AGI to SCI Source Code Translator: Difference between revisions

From Sierra Wiki
Jump to navigationJump to search
Andrew Branscom (talk | contribs)
Andrew Branscom (talk | contribs)
No edit summary
 
(15 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div align="center"><span style="font-size: 22pt">AGI to SCI Source Code Translator</span><br />1989<br />''Developer: Sierra''</div>
<div align="center"><span style="font-size: 22pt">Sierra's SCI Aud Bit Converter</span><!--<br />''Version ''--><!--<br />''Author ''--><br />''Developer: Sierra<br />''1993''</div>
{{TechToolStub}}
{{TechToolStub}}


{{SCISoftwareInfobox
{{SCISoftwareInfobox
| Software = AGI to SCI Source Code Translator
| Software = Sierra's SCI Aud Bit Converter
| Image =  
| Image =  
| Version = {{UnknownVerTool}}
| Version = {{UnknownVerTool}}
| ReleaseDate = {{1989}}{{CitationReq}}
| ReleaseDate = {{1993}}{{CitationReq}}
| Company = {{SierraOnLineTool}}
| Company = {{SierraTool}}
| DevStatus = {{AbandonedDev}}
| DevStatus = {{AbandonedDev}}
| Published = {{Unpublished}}
| Published = {{Unpublished}}
Line 15: Line 15:
| OpenSource = {{ClosedSRC}}
| OpenSource = {{ClosedSRC}}
| Source = {{NoSourceSW}}
| Source = {{NoSourceSW}}
| License = {{Proprietary}}
| License = {{Internal}}
| Type = {{AGISourceConverter}}, {{SCISourceConverter}}
| Type = {{SCIInhouseTool}}, {{SCIAudioBitdepthConverter}}
| Engine = {{AGITool}}, {{SCI0Tool}}
| Engine = {{SCITool}}
| Platform = {{DOSTool}}
| Platform = {{DOSTool}}
| Localization = {{EnglishTool}}
| Localization = {{EnglishTool}}
| Website = {{NAURL}}
| Website = {{SierraURL}}
}}
}}


Line 26: Line 26:
==<br /> A.K.A. ==
==<br /> A.K.A. ==


* AGI to SCI Source Code Translator
* SCI Aud Bit Converter
* ATOS
* Aud Bit Converter
* AUDBITS


==<br /> Description ==
==<br /> Description ==


<blockquote>
<blockquote>
AGI to SCI Source Code Translator Converts AGI source code to SCI
Sierra's SCI Aud Bit Converter AUDBITS was Sierra's in house bitdepth converter for [[Audio Resource (SCI)|SCI AUD resources]].
</blockquote>
</blockquote>


==<br /> Features ==
==<br /> Features ==


* <!-- Add feature list here -->
<blockquote>
<!-- Add feature list here -->
</blockquote>


==<br /> Requirements ==
==<br /> Requirements ==
Line 48: Line 51:


<blockquote>
<blockquote>
&nbsp;<!-- Place version history here
<!-- Place version history here -->
<span class="Inactive">N/A</span> -->
</blockquote>
</blockquote>


Line 55: Line 57:


<blockquote>
<blockquote>
Further development of AGI to SCI Source Code Translator has been abandoned.
Further development of Sierra's SCI Aud Bit Converter has been abandoned.
</blockquote>
</blockquote>


Line 61: Line 63:


<blockquote>
<blockquote>
atos file_spec
<pre> AUDBITS 123.AUD
    (the #bits-per-sample of 123.AUD will be reported)
or
AUDBITS AUDIO.8 AUDIO.16 *2
    (AUDIO.8 (8-bit,unsigned) will be copied to AUDIO.16 (16-bit,signed)
or
AUDBITS ..\16BIT\*.AUD -oTEMP /2
    all of the *.AUD files in the 16BIT directory will be copied
    as 8-bit files to the TEMP directory keeping the same name
 
*2  8-bit,unsigned files will be converted to 16-bit,signed files
/2  16-bit,signed files will be converted to 8-bit,unsigned files
(null) the #bits-per-samplee will be reported but not altered</pre>
</blockquote>
</blockquote>


Line 67: Line 81:


<blockquote>
<blockquote>
switches: -v    verbose output
<!-- Add options here -->
</blockquote>
</blockquote>


==<div id="DL"><br /> Download ==
<div id="DL">
==<br /> Download ==


<blockquote>
<blockquote>
Download from here:
Download from here:
* [[Image:ZIP.png|ZIP File]] [[File:ATOS.zip|ATOS.zip]] <span class="DLInfo"> (ZIP file) [32.4 KB]</span>
* [[Image:ZIP.png|ZIP File]] [[File:AUDBITS.zip|AUDBITS.zip]] <span class="DLInfo"> (ZIP file) [7.29 KB]</span>
</blockquote>
</blockquote>


==<br /> Known Issues ==
==<br /> Known Issues ==


*
 


==<br /> Credits ==
==<br /> Credits ==


* [[]]
 
 
==<br /> Legal ==
 
< !-- Place Legal statements here -->


==<br /> References ==
==<br /> References ==
Line 91: Line 110:
==<br /> Also See ==
==<br /> Also See ==


* [[:Category:SCI Source Converters|SCI Source Converters]]
* [[:Category:SCI In-house Tools|SCI In-house Tools]]
* [[:Category:SCI Audio Bitdepth Converters|SCI Audio Bitdepth Converters]]
* [[Audio Resource (SCI)]]
* {{SierraURL}}
&nbsp;
&nbsp;
[[Category:Technical Info]]
[[Category:Technical Info]]
[[Category:AGI Technical Info]]
[[Category:SCI Technical Info]]
[[Category:SCI Technical Info]]
[[Category:Development]]
[[Category:Development]]
[[Category:AGI Development]]
[[Category:SCI Development]]
[[Category:SCI Development]]
[[Category:Scripting]]
[[Category:Development Tools]]
[[Category:AGI Scripting]]
[[Category:SCI Development Tools]]
[[Category:SCI Scripting]]
[[Category:Audio]]
[[Category:SCI Audio]]

Latest revision as of 17:49, 13 July 2025

Sierra's SCI Aud Bit Converter
Developer: Sierra
1993
  This article is a tool stub page. You can
help the Sierra Wiki by expanding it.
Sierra's SCI Aud Bit Converter
Latest Version: 
Release Date:  1993[1] Citation Required
Company: Sierra
Development Status:  Abandoned
Publication Status:  Unpublished
Developer(s): Unknown
Interface: CLI
Language: C
Open Source: Closed
Source Availability:  No
License: Internal
Type: In-house, Template:SCIAudioBitdepthConverter
Relevant Engine: SCI
Platform: DOS
Localization: English
Website: www.sierra.com




A.K.A.

  • SCI Aud Bit Converter
  • Aud Bit Converter
  • AUDBITS


Description

Sierra's SCI Aud Bit Converter AUDBITS was Sierra's in house bitdepth converter for SCI AUD resources.


Features


Requirements


Version History


Development Status

Further development of Sierra's SCI Aud Bit Converter has been abandoned.


Usage

 AUDBITS 123.AUD
     (the #bits-per-sample of 123.AUD will be reported)
or
 AUDBITS AUDIO.8 AUDIO.16 *2
     (AUDIO.8 (8-bit,unsigned) will be copied to AUDIO.16 (16-bit,signed)
or
 AUDBITS ..\16BIT\*.AUD -oTEMP /2
     all of the *.AUD files in the 16BIT directory will be copied
     as 8-bit files to the TEMP directory keeping the same name

*2   8-bit,unsigned files will be converted to 16-bit,signed files
/2   16-bit,signed files will be converted to 8-bit,unsigned files
(null) the #bits-per-samplee will be reported but not altered


Options


Download

Download from here:


Known Issues


Credits


Legal

< !-- Place Legal statements here -->


References


Also See