irgen

Crates.ioirgen
lib.rsirgen
version0.1.5
sourcesrc
created_at2022-12-28 07:57:19.73121
updated_at2022-12-28 19:35:15.419113
descriptionCreate IR files to enhance the signal of acoustic instrument pickups
homepagehttps://github.com/laenzlinger/irgen
repositoryhttps://github.com/laenzlinger/irgen
max_upload_size
id746695
size63,800
Christof Laenzlinger (laenzlinger)

documentation

README

irgen

Current Crates.io Version

Create IR files to enhance the signal of an acoustic instrument pickups.

Library for creating Impulse Response (IR) files by comparing the sound of a microphone with the sound of the pickup.

The following algorithms are implemented:

WARNING: The API is still under development and will very likely change (especially in case new algorithms would be added). Therefore, please don't expect any API stability at the moment.

Installation

Pre-Requesite: Install Rust

cargo install irgen

Command Line Interface

Run the help:

irgen -h
create IR files to enahnce the signal of an acoustic instrument pickups.

Usage: irgen --input-file <INPUT_FILE> --output-file <OUTPUT_FILE>

Options:
  -i, --input-file <INPUT_FILE>    Stereo input .waf data (left: pickup, right: mic)
  -o, --output-file <OUTPUT_FILE>  Output IR .wav file
  -h, --help                       Print help information
  -V, --version                    Print version information
Commit count: 105

cargo fmt