| Commit message (Expand) | Author | Age | Files | Lines |
| * | New sound infrastructure. |  Olivier Galibert | 2025-04-27 | 1 | -7/+4 |
| * | spg2xx: Auto-increment wave address register when channel is playing (#12580) |  Simon Eriksson | 2024-07-16 | 1 | -11/+8 |
| * | ui/confswitch.cpp: Do an extra item reset the next time through the event loo... |  Vas Crabb | 2024-07-17 | 1 | -1/+2 |
| * | spg2xx: Fix behavior of audio channel enable/stop flags (#12572) |  Simon Eriksson | 2024-07-14 | 1 | -38/+64 |
| * | spg2xx: Switch ADPCM algorithm to IMA ADPCM (#12525) |  Simon Eriksson | 2024-06-28 | 1 | -1/+1 |
| * | emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) |  Vas Crabb | 2023-06-17 | 1 | -5/+1 |
| * | Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] |  MooglyGuy | 2023-05-23 | 1 | -9/+9 |
| * | - Removed device_timer, device_timer_id, et al in favor of direct callback me... |  MooglyGuy | 2022-06-04 | 1 | -20/+8 |
| * | Remove void *ptr parameter from emu_timer, timer_device and all related callb... |  AJR | 2022-01-26 | 1 | -1/+1 |
| * | Complete sound modernization of remaining devices. Legacy callbacks and strea... |  Aaron Giles | 2020-09-28 | 1 | -7/+7 |
| * | Significant internal changes to sound streams (#7169) |  Aaron Giles | 2020-09-13 | 1 | -2/+2 |
| * | devices/machine, sound and video: removed read and write macros (nw) |  Ivan Vangelista | 2020-06-17 | 1 | -10/+10 |
| * | srcclean and manual adjustments (nw) |  Vas Crabb | 2020-02-23 | 1 | -17/+17 |
| * | -spg2xx_audio: Added preliminary ADPCM36 decoding, significantly improves pba... |  mooglyguy | 2020-02-19 | 1 | -6/+62 |
| * | -spg2xx_audio: Turn off debugging, remove leftover debugging code, nw |  mooglyguy | 2020-02-15 | 1 | -4/+1 |
| * | -spg2xx_audio: Added logging of ADPCM36 samples, nw |  mooglyguy | 2020-02-14 | 1 | -1/+47 |
| * | -jak_care: Hooked up spg2xx software wave-in channel, hooked up muls and fir_... |  mooglyguy | 2020-02-08 | 1 | -3/+13 |
| * | -spg2xx_audio: Hooked up channel FIQ. [Ryan Holtz] |  mooglyguy | 2020-02-07 | 1 | -10/+55 |
| * | -spg2xx_audio: Turn logging back off, nw |  MooglyGuy | 2020-02-07 | 1 | -1/+1 |
| * | -spg2xx_audio: Fixed off-by-one on Beat Count timer, fixing timing in icanpia... |  MooglyGuy | 2020-02-07 | 1 | -7/+12 |
| * | srcclean (nw) |  Vas Crabb | 2019-05-26 | 1 | -3/+3 |
| * | smartfp - identify some audio related bits (nw) (#5076) |  David Haywood | 2019-05-19 | 1 | -4/+47 |
| * | srcclean, fix up apple2_flop_clcracked.xml (nw) |  Vas Crabb | 2019-04-21 | 1 | -6/+6 |
| * | basic audio for SPG110 titles |  DavidHaywood | 2019-03-31 | 1 | -1/+35 |
| * | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 1 | -0/+1258 |
| * | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 1 | -1258/+0 |
| * | -spg2xx_audio: Switch sample processing mode immediately on change. Fixes add... |  MooglyGuy | 2019-03-15 | 1 | -44/+32 |
| * | SPG2XX - Make audio emulation a subdevice (#4757) |  David Haywood | 2019-03-14 | 1 | -0/+1270 |