Skip to content

Commit 576dd61

Browse files
authored
Add basic impulse responses (#61)
1 parent f323d41 commit 576dd61

6 files changed

Lines changed: 17 additions & 8 deletions

File tree

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
/target
22
/recordings/*.wav
3-
/ir
3+
4+
ir/*
5+
!/ir/church.wav
6+
!/ir/genesis_6_live_studio.wav

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,9 @@ This project is under development and should be used at your own risk.
3333
## Contributing
3434

3535
This is an experimental project. Feel free to open issues or submit pull requests.
36+
37+
38+
## Impulse Responses
39+
40+
This project uses impulse responses licensed under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/).
41+
Original source: [Open AIR Library](https://www.openair.hosted.york.ac.uk/)

ir/church.wav

258 KB
Binary file not shown.

ir/genesis_6_live_studio.wav

2.2 MB
Binary file not shown.

presets/Crunch.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{
77
"Filter": {
88
"filter_type": "Highpass",
9-
"cutoff_hz": 100.0,
9+
"cutoff_hz": 150.0,
1010
"resonance": 0.1
1111
}
1212
},
@@ -16,7 +16,7 @@
1616
"release_ms": 100.0,
1717
"threshold_db": -20.0,
1818
"ratio": 4.0,
19-
"makeup_db": 4.2000003
19+
"makeup_db": 8.0
2020
}
2121
},
2222
{
@@ -37,7 +37,7 @@
3737
},
3838
{
3939
"Level": {
40-
"gain": 2.0
40+
"gain": 1.5
4141
}
4242
}
4343
]

presets/High_Gain.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{
77
"Filter": {
88
"filter_type": "Highpass",
9-
"cutoff_hz": 65.0,
9+
"cutoff_hz": 187.0,
1010
"resonance": 0.2
1111
}
1212
},
@@ -27,9 +27,9 @@
2727
{
2828
"ToneStack": {
2929
"model": "British",
30-
"bass": 0.75,
31-
"mid": 0.8,
32-
"treble": 0.75,
30+
"bass": 0.55,
31+
"mid": 1.0,
32+
"treble": 0.85,
3333
"presence": 0.65000004
3434
}
3535
},

0 commit comments

Comments
 (0)