Sierra's AGI to SCI Source Code Translator: Difference between revisions
From Sierra Wiki
Jump to navigationJump to search
No edit summary |
|||
| (15 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<div align="center"><span style="font-size: 22pt"> | <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 = {{SCIInhouseTool}}, {{SCIAudioBitdepthConverter}} | ||
| Engine = {{ | | Engine = {{SCITool}} | ||
| Platform = {{DOSTool}} | | Platform = {{DOSTool}} | ||
| Localization = {{EnglishTool}} | | Localization = {{EnglishTool}} | ||
| Website = {{ | | Website = {{SierraURL}} | ||
}} | }} | ||
| 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 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 == | ||
<blockquote> | |||
<!-- Add feature list here --> | |||
</blockquote> | |||
==<br /> Requirements == | ==<br /> Requirements == | ||
| Line 48: | Line 51: | ||
<blockquote> | <blockquote> | ||
<!-- Place version history here --> | |||
</blockquote> | </blockquote> | ||
| Line 55: | Line 57: | ||
<blockquote> | <blockquote> | ||
Further development of | Further development of Sierra's SCI Aud Bit Converter has been abandoned. | ||
</blockquote> | </blockquote> | ||
| Line 61: | 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 67: | Line 81: | ||
<blockquote> | <blockquote> | ||
<!-- Add options here --> | |||
</blockquote> | </blockquote> | ||
<div id="DL"> | |||
==<br /> Download == | |||
<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> | ||
==<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 | * [[:Category:SCI In-house Tools|SCI In-house Tools]] | ||
* [[:Category:SCI Audio Bitdepth Converters|SCI Audio Bitdepth Converters]] | |||
* [[Audio Resource (SCI)]] | |||
* {{SierraURL}} | |||
| | ||
[[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: | [[Category:Development Tools]] | ||
[[Category: | [[Category:SCI Development Tools]] | ||
[[Category:SCI | [[Category:Audio]] | ||
[[Category:SCI Audio]] | |||
Latest revision as of 17:49, 13 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: | 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:
File:AUDBITS.zip (ZIP file) [7.29 KB]
Known Issues
Credits
Legal
< !-- Place Legal statements here -->
References
Also See