summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/audio_effects
Commit message (Expand)AuthorAgeFilesLines
* Miscellaneous fixes: Vas Crabb2026-02-211-2/+6
* compressor: re-add infinite release option, and also infinite ratio hap2025-07-161-6/+7
* compressor: increase max input db so input gain won't distort the signal hap2025-07-161-2/+2
* compressor: correction to input gain calc hap2025-07-161-1/+1
* (emu.h) resampler: don't repeat default settings at several places, remove un... hap2025-07-042-2/+2
* filter: move notch filter check to ui hap2025-06-251-6/+0
* Various fixes: Vas Crabb2025-06-255-82/+89
* equalizer: check band mask instead of db when building filter hap2025-06-201-5/+4
* equalizer: change default bands to 100,330,1k,3,3k,10k hap2025-06-201-1/+1
* filter,equalizer: change default q to sqrt(2)/2 hap2025-06-194-5/+9
* audio_effect: add reset_all for resetting all variable settings hap2025-06-198-45/+68
* 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
* dpatrol: added bd3.d1 prom [Bitsavers] hap2025-06-192-2/+2
* audio_effects/reverb.cpp: Add more missing initialization AJR2025-06-181-0/+1
* effects: Fix reverb decays, disable by default reverb and compressor Olivier Galibert2025-06-182-2/+7
* equalizer: change freq to u32, apply same nyquist freq fix as 1e71f7a0d3bd119... hap2025-06-182-34/+44
* reverb: add more to default_changed hap2025-06-181-0/+30
* reverb: fix config_load typo hap2025-06-181-16/+16
* ui: improve control over audio filter cutoff freq hap2025-06-172-16/+21
* reverb: update to prev commit, don't hardcode "Default" in preset string hap2025-06-172-14/+16
* filter: don't try to filter above nyquist freq (or slightly below it) hap2025-06-171-2/+8
* reverb: detect preset when entering menu hap2025-06-172-5/+37
* reverb.cpp: Trying again on Windows. [R. Belmont] arbee2025-06-161-1/+8
* reverb: srcclean and blind attempt at Windows fix [R. Belmont] arbee2025-06-161-36/+37
* sound: Olivier Galibert2025-06-1710-39/+2207
* audio compressor: make it a little less enthusiastic Olivier Galibert2025-05-111-1/+1
* EQ: detect when not actually used Olivier Galibert2025-05-102-2/+9
* compressor: remove printf spam hap2025-05-101-1/+0
* sound: Add a compressor. May need some tuning Olivier Galibert2025-05-102-2/+521
* effects: Recompute filters after loading the configuration Olivier Galibert2025-05-062-0/+6
* New sound infrastructure. Olivier Galibert2025-04-2710-0/+945