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

From Sierra Wiki
Jump to navigationJump to search
Andrew Branscom (talk | contribs)
No edit summary
Andrew Branscom (talk | contribs)
No edit summary
Line 1: Line 1:
<div align="center"><span style="font-size: 22pt">Sierra's AGI to SCI Source Code Translator</span><!--<br />''Version ''--><!--<br />''Author ''--><br />''Developer: Sierra On-Line<br />''1989''</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 =  
| Engine = {{AGITool}}, {{SCI0Tool}}
| Engine = {{SCITool}}
| Platform = {{DOSTool}}
| Platform = {{DOSTool}}
| Localization = {{EnglishTool}}
| Localization = {{EnglishTool}}
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>
Sierra's AGI to SCI Source Code Translator Converts AGI source code to SCI. Probably used during Sierra's transition from AGI to SCI. Perhaps also for the SCI remakes of their existing AGI games.{{CitationReq}}
Sierra's SCI Aud Bit Converter AUDBITS was Sierra's in house bitdepth convertor for [[SCI AUD resources]].
</blockquote>
</blockquote>


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


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


==<br /> Requirements ==
==<br /> Requirements ==
Line 54: 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 60: 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 66: Line 81:


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


Line 73: Line 88:
<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>


Line 86: Line 101:
==<br /> Legal ==
==<br /> Legal ==


 
< !-- Place Legal statements here -->


==<br /> References ==
==<br /> References ==
Line 99: Line 114:
[[Category:Technical Info]]
[[Category:Technical Info]]
[[Category:SCI Technical Info]]
[[Category:SCI Technical Info]]
[[Category:Historical Pages]]
[[Category:AGI Historical Pages]]
[[Category:SCI Historical Pages]]
[[Category:Development]]
[[Category:Development]]
[[Category:SCI Development]]
[[Category:SCI Development]]
[[Category:Development Tools]]
[[Category:Development Tools]]
[[Category:SCI Development Tools]]
[[Category:SCI Development Tools]]
[[Category:Scripting]]
[[Category:Audio]]
[[Category:AGI Scripting]]
[[Category:SCI Audio]]

Revision as of 20:46, 10 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:
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 convertor 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