Waveform Archiver

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Couple of wavarc items)
 
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{FormatInfo
 +
|formattype=electronic
 +
|subcat=Audio and Music
 +
|extensions={{ext|wa}}
 +
|released=1994 (beta), 1997 (v1.0)
 +
}}
 +
'''Waveform Archiver''' ('''WA''', informally called '''WavArc''') is a specialized archive utility for DOS, and its associated file format. It was developed by Dennis Lee.
  
* Short blurb about WavArc, with download of it: [http://www.firstpr.com.au/audiocomp/lossless/wavarc/0readme.html
+
It only compresses a certain class of [[WAV]] file. Other files types are supported but not compressed.
** Download: [http://www.firstpr.com.au/audiocomp/lossless/wavarc/wavarc11.zip http://www.firstpr.com.au/audiocomp/lossless/wavarc/wavarc11.zip]
+
 
* Page on Really Rare Wares: [http://web.archive.org/web/20090414130616/http://www.rjamorim.com/rrw/wavarc.html http://web.archive.org/web/20090414130616/http://www.rjamorim.com/rrw/wavarc.html]
+
== File structure ==
 +
A WA file seems to be structured as a sequence of "member files", each of which begins with these fields:
 +
 
 +
(1 byte) Length of filename field
 +
(variable size) Filename
 +
(1 byte) Unknown, observed to be 0x00
 +
(4 bytes) A [[FourCC]]-like identifier for the compression level.
 +
  The following IDs are used:
 +
    0CPY
 +
    1DIF
 +
    2SLP
 +
    3NLP
 +
    4ALP
 +
    5ELP
 +
 
 +
== Identification ==
 +
WA files have no signature. Identification could be done by checking for one of the compression IDs at offset {2 + {the value of the byte at offset 0}<nowiki>}</nowiki>.
 +
 
 +
== Software ==
 +
* {{CdTextfiles|simtel/simtel0101/simtel/arcers/wavarc10.zip|WA v1.0}}
 +
* [{{SACFTPURL|pack|wavarc11.zip}} WA v1.1]
 +
 
 +
== Links ==
 +
* [https://www.firstpr.com.au/audiocomp/lossless/wavarc/0readme.html Short blurb about WavArc]
 +
* [https://www.rarewares.org/rrw/wavarc.php Page on Really Rare Wares]
 +
 
 +
[[Category:Archiving]]
 +
[[Category:Recompression]]

Latest revision as of 13:41, 21 May 2021

File Format
Name Waveform Archiver
Ontology
Extension(s) .wa
Released 1994 (beta), 1997 (v1.0)

Waveform Archiver (WA, informally called WavArc) is a specialized archive utility for DOS, and its associated file format. It was developed by Dennis Lee.

It only compresses a certain class of WAV file. Other files types are supported but not compressed.

Contents

[edit] File structure

A WA file seems to be structured as a sequence of "member files", each of which begins with these fields:

(1 byte) Length of filename field
(variable size) Filename
(1 byte) Unknown, observed to be 0x00
(4 bytes) A FourCC-like identifier for the compression level.
  The following IDs are used:
    0CPY
    1DIF
    2SLP
    3NLP
    4ALP
    5ELP

[edit] Identification

WA files have no signature. Identification could be done by checking for one of the compression IDs at offset {2 + {the value of the byte at offset 0}}.

[edit] Software

[edit] Links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox