WAVE Utilities is a set of three programs for dealing with WAVE format audio files. Some software is unable to parse complex WAVE files containing such things as playlists and padding. SimplifyWave converts complex files into files that such programs can read by stripping everything other than the data chunk. RepairWave inserts the required data chunk id and size information into ill-formed files in which the audio data directly follows the header. InfoWave extracts information from a RIFF/WAV or RIFX/WAV file and reports on the contents of the file.
| Tags | multimedia Sound/Audio |
|---|---|
| Operating Systems | POSIX |
| Implementation | C |
Recent releases


Changes: This release fixes several problems arising in unusual circumstances.


Changes: The programs have been adapted to run correctly on 64-bit architectures as well as 32-bit architectures. They should now compile on systems whose printf does not support thousands separators.


Changes: All three programs now take into account the data chunk padding byte required by the standard in certain cases. The package is now configured by the GNU autoconf system. The usage, version, and copyright messages have been updated.


No changes have been submitted for this release.