Sierra's SCI Aud to Wave Converter

From Sierra Wiki
(Redirected from AUDWAVE)
Jump to navigationJump to search
Sierra's SCI Audio to WAV Converter
Developer: Sierra On-Line
1992
  This article is a tool stub page. You can
help the Sierra Wiki by expanding it.
Sierra's SCI Audio to WAV Converter
Latest Version: 
Release Date:  1992[1] Citation Required
Company: Sierra On-Line
Development Status:  Abandoned
Publication Status:  Unpublished
Developer(s): Unknown
Interface: CLI
Language: C
Open Source: Closed
Source Availability:  No
License: Proprietary
Type: Audio Converter, In-house
Relevant Engine: SCI
Platform: DOS
Localization: English
Website: www.sierra.com




A.K.A.

  • SCI Aud to Wave Converter
  • Aud to Wave Converter
  • AUDWAVE


Description

Sierra's SCI Audio to WAV Converter was Sierra's in house SCI *.AUD file to Microsoft *.WAV file converter.


Features


Requirements


Version History

 


Development Status

Further development of Sierra's SCI Audio to WAV Converter has been abandoned.


Usage

AUDWAVE 123.AUD

123.AUD will be re-written in Microsoft's WAVE format or

AUDWAVE 123.AUD 123.WAV

(123.AUD will be re-written in WAVE format to 123.WAV) or

AUDWAVE ..\SOUND\*.AUD -oTEMP -r22050 -c2 -b16

all of the *.AUD files in the SOUND directory will be copied to the TEMP directory as WAVE files (keeping the same name)

-r rate (default rate is 11025 or SOL header value)
-c #channels (default is 1,mono or SOL header value)
-b #bits (default is 8,unsigned or SOL header value)


Options


Download

Download from here:


Known Issues


Credits


References

Also See