| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Various fixes: | 2025-06-25 | 1 | -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 | 2025-06-20 | 1 | -5/+4 | |
| | | |||||
| * | equalizer: change default bands to 100,330,1k,3,3k,10k | 2025-06-20 | 1 | -1/+1 | |
| | | |||||
| * | filter,equalizer: change default q to sqrt(2)/2 | 2025-06-19 | 1 | -2/+2 | |
| | | |||||
| * | audio_effect: add reset_all for resetting all variable settings | 2025-06-19 | 1 | -9/+13 | |
| | | |||||
| * | equalizer: change freq to u32, apply same nyquist freq fix as ↵ | 2025-06-18 | 1 | -29/+38 | |
| | | | | | 1e71f7a0d3bd11974993dd16467432c3bcbb9126 | ||||
| * | sound: | 2025-06-17 | 1 | -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 | 2025-05-10 | 1 | -1/+8 | |
| | | |||||
| * | effects: Recompute filters after loading the configuration | 2025-05-06 | 1 | -0/+3 | |
| | | |||||
| * | New sound infrastructure. | 2025-04-27 | 1 | -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 | |||||
