Skip to content

Commit

Permalink
Merge pull request #3 from oiwn/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
oiwn authored Apr 28, 2023
2 parents e071240 + 2fbe2e7 commit f0bf44f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,18 @@

Rust implementation of Stochastic Room Impulse Response Generation.

````
Usage: storir [OPTIONS]
Options:
-a, --algo <ALGO> Algo [default: simple]
-s, --sample-rate <SAMPLE_RATE> Sample rate [default: 44100]
-f, --folder <FOLDER> Folder to store wav files [default: impulses]
-n, --num-impulses <NUM_IMPULSES> Number of impulses to generate [default: 5]
--rt60 <RT60> Reverberation time in [ms] [default: 500]
--edt <EDT> Early decay time [ms] [default: 50]
--itdg <ITDG> Initial time delay gap [ms] [default: 4]
--er-duration <ER_DURATION> Early reflections duration [ms] [default: 100]
-h, --help Print help
-V, --version Print version
```
2 changes: 1 addition & 1 deletion notes.org
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f0bf44f

Please sign in to comment.