A simple standalone convolver for JACK. It uses fft-convolver internally.
sjconv [OPTIONS] --file <file.wav>
Options:
-f, --file <file.wav> Path to the impulse response
-p, --ports <PORTS> Number of input/output channels [default: 2]
-h, --help Print help
-V, --version Print version
Install rustup if you haven't already, then execute the following commands:
git clone https://github.com/fstxz/sjconv.git
cd sjconv
cargo build --release
The sjconv
binary will be placed in the ./target/release/
directory.
- Only mono impulse responses are supported
- Sample rate of the inpulse response must match the sample rate of the JACK server
- If you change sample rate or buffer size of the JACK server, you will have to restart
sjconv
This program is licenced under the MIT License.