AUDADD.EXE
From Sierra WikiNew
Jump to navigationJump to search
AUDADD.EXE
Version 1.5
Author: [[]]
1992
Author: [[]]
1992
Developer: Sierra
AUDADD.EXE Screenshot | |||
Latest Version: | 1.5 | ||
---|---|---|---|
Release Date: | 1992 | ||
Company: | Sierra | ||
Publication Status: | Unpublished | ||
Developer(s): | |||
Interface: | CLI | ||
Language: | C | ||
Open Source: | Closed | ||
Source Availability: | No | ||
License: | Proprietary | ||
Type: | SCI Development Tools, In-house, Audio Resource | ||
Platform: | DOS | ||
Localization: | English | ||
Website: | www.sierra.com |
Description
AUDADD.EXE was Sierra's in house to embed a digital audio resource to a SOUND resource.
stub page. You can help the Sierra Wiki by expanding it.
Features
Usage
AUDADD 123.AUD
- (the default header will be added to 123.AUD)
AUDADD 123.AUD 123h.AUD
- (123.AUD will be copied plus default header to 123h.AUD)
AUDADD ..\\SOUND\*AUD -oTEMP -r22050 -f12
- all of the *.AUD files in the SOUND directory will be copied plus header to the TEMP directory keeping the same name.
- -r rate (default rate is 11025)
- -f flag-byte (default setting is 0)
- flag bit values in decimal (add together):
1: compressed (default is uncompressed) 2: scrambled (default is unscrambled) 4: 16-bits (default is 8-bit samples) 8: signed (default is unsigned samples) 16: stereo (default is mono) 32: (unused) 64: (unused) 128: memory-based (default is disk-based playback)
Download
- AUDADD.zip * (ZIP file) [6.85 KB]
References