Sierra's AGI to SCI Source Code Translator: Difference between revisions
From Sierra Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<div align="center"><span style="font-size: 22pt">Sierra's | <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 = | | Software = Sierra's SCI Aud Bit Converter | ||
| Image = | | Image = | ||
| Version = {{UnknownVerTool}} | | Version = {{UnknownVerTool}} | ||
| ReleaseDate = {{ | | ReleaseDate = {{1993}}{{CitationReq}} | ||
| Company = {{ | | Company = {{SierraTool}} | ||
| DevStatus = {{AbandonedDev}} | | DevStatus = {{AbandonedDev}} | ||
| Published = {{Unpublished}} | | Published = {{Unpublished}} | ||
| Line 15: | Line 15: | ||
| OpenSource = {{ClosedSRC}} | | OpenSource = {{ClosedSRC}} | ||
| Source = {{NoSourceSW}} | | Source = {{NoSourceSW}} | ||
| License = {{ | | License = {{Internal}} | ||
| Type = | | Type = | ||
| Engine = {{ | | Engine = {{SCITool}} | ||
| Platform = {{DOSTool}} | | Platform = {{DOSTool}} | ||
| Localization = {{EnglishTool}} | | Localization = {{EnglishTool}} | ||
| Line 26: | Line 26: | ||
==<br /> A.K.A. == | ==<br /> A.K.A. == | ||
* | * SCI Aud Bit Converter | ||
* | * Aud Bit Converter | ||
* AUDBITS | |||
==<br /> Description == | ==<br /> Description == | ||
<blockquote> | <blockquote> | ||
Sierra's | 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 | Further development of Sierra's SCI Aud Bit Converter has been abandoned. | ||
</blockquote> | </blockquote> | ||
| Line 60: | Line 63: | ||
<blockquote> | <blockquote> | ||
<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> | ||
<!-- Add options here --> | |||
</blockquote> | </blockquote> | ||
| Line 73: | Line 88: | ||
<blockquote> | <blockquote> | ||
Download from here: | Download from here: | ||
* [[Image:ZIP.png|ZIP File]] [[File: | * [[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:Development]] | [[Category:Development]] | ||
[[Category:SCI Development]] | [[Category:SCI Development]] | ||
[[Category:Development Tools]] | [[Category:Development Tools]] | ||
[[Category:SCI Development Tools]] | [[Category:SCI Development Tools]] | ||
[[Category: | [[Category:Audio]] | ||
[[Category: | [[Category:SCI Audio]] | ||
Revision as of 20:46, 10 July 2025
Sierra's SCI Aud Bit Converter
Developer: Sierra
1993
Developer: Sierra
1993
| This article is a tool stub page. You can help the Sierra Wiki by expanding it. |
| 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
Download from here:
File:AUDBITS.zip (ZIP file) [7.29 KB]
Known Issues
Credits
Legal
< !-- Place Legal statements here -->
References
Also See