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.
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.