summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/audio_effects/eq.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Various fixes: Vas Crabb2025-06-251-21/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ui: The new menus were unusable with a touchscreen, and not conducive to localisation. It's still not possible to add sound routes with a touchscreen, but at least it's possible to configure routes that exist. emu/sound.cpp: Fixed localisation issues, less temporary objects. emu/audio_effects: Fixed some localisation issues. plugins/autofire, plugins/inputmacro: Allow deleting autofire buttons or input macros without needing to use the UI Clear input. ui/selmenu.cpp, ui/imgcntrl.cpp: Use terse messages for bad media. Making these messages longer hasn't reduced support burden. Adding the version will just perpetuate the myth that you need to redownload all your ROMs for every release. ui/ui.cpp: Allow info screens to be dismissed by mouse clicks or touches. ui/sliders.cpp: Hiding the menu should preserve state. This is a design choice. sound: Avoid anything that could possibly depend on static initialisation order across transaltion units. Allow speaker position names to be localised. sound/none.cpp: Don't pretend it can create output streams.
* 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-191-2/+2
|
* audio_effect: add reset_all for resetting all variable settings hap2025-06-191-9/+13
|
* equalizer: change freq to u32, apply same nyquist freq fix as ↵ hap2025-06-181-29/+38
| | | | 1e71f7a0d3bd11974993dd16467432c3bcbb9126
* sound: Olivier Galibert2025-06-171-5/+5
| | | | | | | | move positions to osd interface add special-casing for LFE add reverb (currently too subtle, need to find out why) vgm_visualizer: stop going OOB on the bitmap
* EQ: detect when not actually used Olivier Galibert2025-05-101-1/+8
|
* effects: Recompute filters after loading the configuration Olivier Galibert2025-05-061-0/+3
|
* New sound infrastructure. Olivier Galibert2025-04-271-0/+331
Should be added soon: - mute - speaker/microphone resampling To be added a little later: - compression - reverb Needs to be added by someone else: - coreaudio - direct - portaudio - xaudio2 - js