Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
new muffled effect (#133)
Browse files Browse the repository at this point in the history
Co-authored-by: matt <30363562+mmattbtw@users.noreply.github.com>
  • Loading branch information
mopoIo and mmattbtw authored Feb 27, 2022
1 parent 3dc777b commit e42bb67
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
Gain,
HighpassFilter,
Limiter,
LowpassFilter,
Pedalboard,
PitchShift,
Resample,
Expand All @@ -48,6 +49,7 @@
"android": [Resample(target_sample_rate=5000), Gain(gain_db=5)],
"autotune": Chorus(),
"phone": [HighpassFilter(cutoff_frequency_hz=8000), Gain(gain_db=10)],
"muffled": [LowpassFilter(cutoff_frequency_hz=100), Gain(gain_db=16)],
}


Expand Down

0 comments on commit e42bb67

Please sign in to comment.