summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/audio_effects/compressor.cpp
Commit message (Expand)AuthorAgeFilesLines
* audio_effect: add reset_all for resetting all variable settings hap2025-06-191-13/+18
* compressor: change channel link range to 0-1 hap2025-06-191-1/+1
* Revert "compressor: add infinite release option (eg. combine with input gain ... hap2025-06-191-1/+1
* compressor: add infinite release option (eg. combine with input gain of 12db ... hap2025-06-191-1/+1
* effects: Fix reverb decays, disable by default reverb and compressor Olivier Galibert2025-06-181-1/+1
* sound: Olivier Galibert2025-06-171-13/+11
* audio compressor: make it a little less enthusiastic Olivier Galibert2025-05-111-1/+1
* compressor: remove printf spam hap2025-05-101-1/+0
* sound: Add a compressor. May need some tuning Olivier Galibert2025-05-101-2/+427
* New sound infrastructure. Olivier Galibert2025-04-271-0/+28