From 3e1c7ed92e532db0dfe0a3d4c171d9a84a048b91 Mon Sep 17 00:00:00 2001 From: oiwn Date: Fri, 28 Apr 2023 14:33:45 +0700 Subject: [PATCH 1/2] update notes --- notes.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notes.org b/notes.org index 4cf0aa3..17c8676 100644 --- a/notes.org +++ b/notes.org @@ -9,7 +9,7 @@ ** stereo impulses ** mix impulses? ** DONE change ms types from f32 to u32 -** github CI pipeline with tests and clippy +** DONE github CI pipeline with tests and clippy ** github releases trough workflows ** DONE release build optimizations t0 Cargo.toml ** DONE write some tests From 2fbe2e7374a777529c10a70c56606fa7f734d1ac Mon Sep 17 00:00:00 2001 From: oiwn Date: Sat, 29 Apr 2023 00:04:41 +0700 Subject: [PATCH 2/2] Update readme --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 961215a..62c4e56 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,18 @@ Rust implementation of Stochastic Room Impulse Response Generation. +```` +Usage: storir [OPTIONS] + +Options: + -a, --algo Algo [default: simple] + -s, --sample-rate Sample rate [default: 44100] + -f, --folder Folder to store wav files [default: impulses] + -n, --num-impulses Number of impulses to generate [default: 5] + --rt60 Reverberation time in [ms] [default: 500] + --edt Early decay time [ms] [default: 50] + --itdg Initial time delay gap [ms] [default: 4] + --er-duration Early reflections duration [ms] [default: 100] + -h, --help Print help + -V, --version Print version +``` \ No newline at end of file