| Commit message (Expand) | Author | Age | Files | Lines |
| * | Miscellaneous fixes: |  Vas Crabb | 2026-02-21 | 1 | -2/+6 |
| * | compressor: re-add infinite release option, and also infinite ratio |  hap | 2025-07-16 | 1 | -6/+7 |
| * | compressor: increase max input db so input gain won't distort the signal |  hap | 2025-07-16 | 1 | -2/+2 |
| * | compressor: correction to input gain calc |  hap | 2025-07-16 | 1 | -1/+1 |
| * | (emu.h) resampler: don't repeat default settings at several places, remove un... |  hap | 2025-07-04 | 2 | -2/+2 |
| * | filter: move notch filter check to ui |  hap | 2025-06-25 | 1 | -6/+0 |
| * | Various fixes: |  Vas Crabb | 2025-06-25 | 5 | -82/+89 |
| * | equalizer: check band mask instead of db when building filter |  hap | 2025-06-20 | 1 | -5/+4 |
| * | equalizer: change default bands to 100,330,1k,3,3k,10k |  hap | 2025-06-20 | 1 | -1/+1 |
| * | filter,equalizer: change default q to sqrt(2)/2 |  hap | 2025-06-19 | 4 | -5/+9 |
| * | audio_effect: add reset_all for resetting all variable settings |  hap | 2025-06-19 | 8 | -45/+68 |
| * | compressor: change channel link range to 0-1 |  hap | 2025-06-19 | 1 | -1/+1 |
| * | Revert "compressor: add infinite release option (eg. combine with input gain ... |  hap | 2025-06-19 | 1 | -1/+1 |
| * | compressor: add infinite release option (eg. combine with input gain of 12db ... |  hap | 2025-06-19 | 1 | -1/+1 |
| * | dpatrol: added bd3.d1 prom [Bitsavers] |  hap | 2025-06-19 | 2 | -2/+2 |
| * | audio_effects/reverb.cpp: Add more missing initialization |  AJR | 2025-06-18 | 1 | -0/+1 |
| * | effects: Fix reverb decays, disable by default reverb and compressor |  Olivier Galibert | 2025-06-18 | 2 | -2/+7 |
| * | equalizer: change freq to u32, apply same nyquist freq fix as 1e71f7a0d3bd119... |  hap | 2025-06-18 | 2 | -34/+44 |
| * | reverb: add more to default_changed |  hap | 2025-06-18 | 1 | -0/+30 |
| * | reverb: fix config_load typo |  hap | 2025-06-18 | 1 | -16/+16 |
| * | ui: improve control over audio filter cutoff freq |  hap | 2025-06-17 | 2 | -16/+21 |
| * | reverb: update to prev commit, don't hardcode "Default" in preset string |  hap | 2025-06-17 | 2 | -14/+16 |
| * | filter: don't try to filter above nyquist freq (or slightly below it) |  hap | 2025-06-17 | 1 | -2/+8 |
| * | reverb: detect preset when entering menu |  hap | 2025-06-17 | 2 | -5/+37 |
| * | reverb.cpp: Trying again on Windows. [R. Belmont] |  arbee | 2025-06-16 | 1 | -1/+8 |
| * | reverb: srcclean and blind attempt at Windows fix [R. Belmont] |  arbee | 2025-06-16 | 1 | -36/+37 |
| * | sound: |  Olivier Galibert | 2025-06-17 | 10 | -39/+2207 |
| * | audio compressor: make it a little less enthusiastic |  Olivier Galibert | 2025-05-11 | 1 | -1/+1 |
| * | EQ: detect when not actually used |  Olivier Galibert | 2025-05-10 | 2 | -2/+9 |
| * | compressor: remove printf spam |  hap | 2025-05-10 | 1 | -1/+0 |
| * | sound: Add a compressor. May need some tuning |  Olivier Galibert | 2025-05-10 | 2 | -2/+521 |
| * | effects: Recompute filters after loading the configuration |  Olivier Galibert | 2025-05-06 | 2 | -0/+6 |
| * | New sound infrastructure. |  Olivier Galibert | 2025-04-27 | 10 | -0/+945 |