Sierra's AGI to SCI Source Code Translator

From Sierra Wiki
(Redirected from ATOS)
Jump to navigationJump to search
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