QUADIO Utilities Package

Quadio is a set of utilities for touching up wav files intended for use as Quake sound effects.

Currently only a CLI exists, though a GUI is planned in the future.

Features include:
* Adding and removing loop CUE points
* Cleaning up clicks & pops created from adding loops
* Playback
* Printing info about wav files

Notes:
* Supported wav files are generally limited to those supported by Quake (8- or 16-bits per sample, mono)
* Loop "blending" requires some number of samples to exist before the loop starts and at the end of the loop

Installation:

* Pre-built binary (Windows only): Extract zip file and run quadio-cli from the command line (e.g. cmd.exe). Add the containing folder to the PATH environment variable for easier use.

* Build from source: Install rustup and run `rustup update` and `cargo install quadio-cli`

Run `quadio-cli help` for information on how to use.
  • Like
Reactions: Chuma and h4724
Submitted by
4LT
Downloads
74
Views
261
Release Date
Feb 7, 2025
First uploaded
Last update

Ratings

0.00 star(s) 0 ratings

Latest updates

  1. Fixed bug preventing playback of certain files from re-release

    Fixed a bug where WAV files from the re-release contain information that Quake won't read, but...