Skip to content

fstxz/sjconv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sjconv

A simple standalone convolver for JACK. It uses fft-convolver internally.

Usage

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

Building from source

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.

Limitations/assumptions

  • 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

License

This program is licenced under the MIT License.