index
:
mame
aaron-nl3
aaron-pci-cleanup
addrbus-64
arm3_copro
asmjit
cbm_joy_swap
cdimono2_wip
cdplay
cdtv_subcode
dc_pvr-thread
deprecated
draggable-layout
dribbling-nl
dsp563xx
floppysound
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
release0288
rendlay_vid
s23-firewire
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
script-eof-marker
shangha3_drop
taitoair_vco
taitotz-pixxiii
taitowlf_zoom
time-experiments
time-experiments2
voodoo_directx11
x86_std-exceptions
xbox_swlist
xtal
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
devices
/
sound
Commit message (
Expand
)
Author
Age
Files
Lines
*
sound/es5503.cpp: Fix error in emulation of oscillator over-contribution glit...
arbee
2025-07-05
2
-77
/
+78
*
srcclean
Vas Crabb
2025-06-25
1
-2
/
+2
*
sound/[va_eg, va_vca, dac76]: Automatically adapt to the input and output co...
m1macrophage
2025-06-22
6
-46
/
+19
*
roland_tr707.cpp: audio emulation. (#13856)
m1macrophage
2025-06-21
2
-1
/
+15
*
misc fixes
Olivier Galibert
2025-06-20
1
-2
/
+2
*
sound:
Olivier Galibert
2025-06-17
1
-2
/
+2
*
-igs/igs_m036.cpp: Nicer short names for a couple of games.
Vas Crabb
2025-06-12
2
-18
/
+18
*
k007232: remove really old changelog
hap
2025-06-11
2
-29
/
+10
*
k007232: log wav data at keyon instead of at every stream update
hap
2025-06-11
2
-50
/
+41
*
qsoundhle: retry adding parent rom reference to qsound, function body in cpp ...
hap
2025-06-10
3
-10
/
+29
*
qsound: nevermind hacking around the hack
hap
2025-06-09
2
-10
/
+0
*
qsoundhle: correction to qsound header include
hap
2025-06-09
3
-2
/
+10
*
qsoundhle: add parent rom reference to qsound
hap
2025-06-09
3
-2
/
+6
*
pokey: Emulate two-tone and force break serial output modes; fix logging message
AJR
2025-06-08
2
-10
/
+35
*
pokey: Replace fake serial port emulation with timer-driven line-level interf...
AJR
2025-06-08
2
-37
/
+183
*
samples: remove unneeded samples_start callback
hap
2025-06-08
2
-16
/
+0
*
samples: update notes, fix new regression with start_raw at very low samplerate
hap
2025-06-08
1
-3
/
+12
*
samples: fix off by 1 error when interpolating
hap
2025-06-08
1
-2
/
+2
*
samples: set stream samplerate to sample samplerate
hap
2025-06-08
1
-13
/
+21
*
sound: random fixes
Olivier Galibert
2025-06-07
1
-0
/
+2
*
ay8910: remove unneeded set_volume (update the few drivers that use it to set...
hap
2025-06-07
2
-10
/
+0
*
-sound/gb.cpp: Initialise enough member variable to avoid branching on uninit...
Vas Crabb
2025-06-08
1
-38
/
+20
*
roland_tr707.cpp: Extended driver to encompass most hardware other than audio...
m1macrophage
2025-06-02
2
-0
/
+27
*
namco sound: fix typo on mono channels
Olivier Galibert
2025-05-29
1
-1
/
+1
*
remove obsolete wave (cassette sound) device
hap
2025-05-21
2
-116
/
+0
*
okim6376: fix regression, small cleanup
hap
2025-05-18
1
-48
/
+47
*
sound: enhance portaudio support.
Olivier Galibert
2025-05-12
1
-1
/
+1
*
sound: correct sample timings
Olivier Galibert
2025-05-05
1
-1
/
+1
*
discrete: Fix streamed inputs
Olivier Galibert
2025-05-04
3
-13
/
+13
*
-emu/device.cpp: Allow flagging devices as not working or not supporting save...
Vas Crabb
2025-05-01
2
-6
/
+1
*
taitosj: workaround for large speed loss
hap
2025-04-30
1
-6
/
+1
*
Fixed discrete (probably)
Olivier Galibert
2025-04-30
2
-35
/
+6
*
moog/source.cpp: emulating envelope generators and LFO timing. (#13636)
m1macrophage
2025-04-29
1
-0
/
+10
*
cassette/misc: small cleanup
hap
2025-04-28
1
-4
/
+4
*
Cleaned up various things.
Vas Crabb
2025-04-29
1
-1
/
+1
*
misc: be consistent with dummy save state var name (easy to grep if the worka...
hap
2025-04-28
2
-2
/
+2
*
Fix for dkong and avi recording
Olivier Galibert
2025-04-28
1
-1
/
+1
*
sound/va_eg.cpp: Fix assert for debug build
AJR
2025-04-27
1
-1
/
+1
*
New sound infrastructure.
Olivier Galibert
2025-04-27
281
-1438
/
+1141
*
ics2115: update stream before r/w, some irq flag fixes
hap
2025-04-26
1
-6
/
+12
*
srcclean in preparation for release.
Vas Crabb
2025-04-27
1
-1
/
+1
*
fix various bitwise/logical warnings
Patrick Mackinlay
2025-04-25
1
-2
/
+2
*
c6280: optimization for games that have sound disabled
hap
2025-04-24
2
-30
/
+42
*
ymfm: remove 2608/2610 ssg gain workaround
hap
2025-04-23
1
-5
/
+0
*
linn/linndrum.cpp: Modeled click filter, improved hihat decay emulation, and ...
m1macrophage
2025-04-22
2
-1
/
+10
*
sound/gb.cpp: Fixed master volume control and cleaned up code: (#13483)
cam900
2025-04-17
2
-368
/
+353
*
casio/cps200.cpp: Added a skeleton Casio CPS-2000 driver; also improved µPD9...
Devin Acker
2025-04-17
2
-27
/
+33
*
sound/k007232.cpp: Suppress side effects for debugger reads and cleaned up co...
cam900
2025-04-16
2
-41
/
+44
*
sound/dac76.cpp: Emulating multiplying capability. (#13577)
m1macrophage
2025-04-10
2
-4
/
+91
*
sound/va_eg.cpp: Fixing subtle bugs. (#13570)
m1macrophage
2025-04-09
2
-20
/
+30
[next]