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
/
emu
/
sound.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
sound: fix a convergence problem when a rate-adaptive stream is not connected
Olivier Galibert
2026-04-07
1
-2
/
+2
*
misc: normalize blue palette
hap
2026-03-16
1
-4
/
+4
*
sound: forward audio latency setting to abuffer
hap
2026-03-11
1
-10
/
+10
*
sound abuffer: after overflow, reduce buffers to 1 instead of clear
hap
2026-03-11
1
-1
/
+1
*
sound: change abuffer resync to more abrupt
hap
2026-03-11
1
-8
/
+6
*
ui: include fastforward in unthrottle_mute,
hap
2026-03-11
1
-30
/
+21
*
sound: alternate method for checking if machine is not yet running
hap
2026-02-04
1
-2
/
+2
*
sound: Add error for problematic initial sample rates
Olivier Galibert
2025-12-24
1
-0
/
+3
*
sound: typo fix
Olivier Galibert
2025-12-05
1
-1
/
+1
*
sound: fatalerror when trying to change the sample rate while in stream_updat...
Olivier Galibert
2025-12-05
1
-0
/
+3
*
sound: also sync the speaker streams, fixes the crashing after ~24hours at 48...
Olivier Galibert
2025-12-05
1
-2
/
+1
*
(emu.h) sound: don't apply gain if value didn't change, also use u32 instead ...
hap
2025-08-01
1
-12
/
+63
*
sound: misc fixes
Olivier Galibert
2025-07-22
1
-10
/
+14
*
(emu.h) sound: use emplace instead of emplace_back when reconfiguring mapping
hap
2025-07-10
1
-16
/
+20
*
sound: fix initial -volume setting
hap
2025-07-05
1
-3
/
+1
*
(emu.h) resampler: don't repeat default settings at several places, remove un...
hap
2025-07-04
1
-14
/
+41
*
remove leftover debugging
Olivier Galibert
2025-07-01
1
-3
/
+1
*
sound: fix problem when default devices are missing
Olivier Galibert
2025-07-01
1
-1
/
+12
*
Various fixes:
Vas Crabb
2025-06-25
1
-84
/
+86
*
sound: correct dreadful typo that killed stereo
Olivier Galibert
2025-06-21
1
-1
/
+1
*
multi32: Separate the speakers that were in different cabinets
Olivier Galibert
2025-06-20
1
-0
/
+5
*
sound:
Olivier Galibert
2025-06-17
1
-15
/
+21
*
sound: fix crash after loadstate with different resampler setting
hap
2025-06-13
1
-0
/
+3
*
-igs/igs_m036.cpp: Nicer short names for a couple of games.
Vas Crabb
2025-06-12
1
-5
/
+5
*
sound: Fix extremely subtle and rare problem that could happen when changing ...
Olivier Galibert
2025-06-08
1
-12
/
+6
*
sound: fix sync issue when starting a stream that was stopped
Olivier Galibert
2025-06-07
1
-3
/
+15
*
sound: simplify prev commit
hap
2025-06-06
1
-10
/
+3
*
sound: fix default.cfg load not applying default effects, and rename default....
hap
2025-06-06
1
-7
/
+16
*
sound: Allow to compile without threads, by defining SOUND_DISABLE_THREADING
Olivier Galibert
2025-06-05
1
-4
/
+33
*
portaudio: do not mess up on shift-f3
Olivier Galibert
2025-05-29
1
-2
/
+2
*
sound: tell the osd about the update
Olivier Galibert
2025-05-29
1
-0
/
+4
*
sound: Correct handling of streams closed on the osd side.
Olivier Galibert
2025-05-26
1
-3
/
+5
*
sound: better handling of -sound none
Olivier Galibert
2025-05-25
1
-4
/
+10
*
-sound/wasapi_sound.cpp: Improved error handling and buffer management.
Vas Crabb
2025-05-26
1
-11
/
+11
*
speaker: allow positioning unknown and don't map
Olivier Galibert
2025-05-25
1
-2
/
+2
*
eminline: add muldiv64 and muldivu64 functions
Olivier Galibert
2025-05-25
1
-92
/
+212
*
sound: update mapping when changing audio mixer configuration
hap
2025-05-20
1
-0
/
+12
*
sound: update prev commit (sound reset msg is not OSD)
hap
2025-05-19
1
-1
/
+1
*
sound: disable error.log "Sound reset" message by default
hap
2025-05-19
1
-1
/
+2
*
fntspcian: change company string to hack
hap
2025-05-19
1
-1
/
+1
*
sound: no need to save master volume of 0
hap
2025-05-19
1
-1
/
+1
*
sound: re-add support for -volume option (works same as before sound rewrite)
hap
2025-05-19
1
-7
/
+11
*
sound: Do not interpolate when not changing rate, fixes pbobble2 and gunlock
Olivier Galibert
2025-05-12
1
-1
/
+4
*
sound: Fix save states
Olivier Galibert
2025-05-12
1
-0
/
+2
*
sound: enhance portaudio support.
Olivier Galibert
2025-05-12
1
-14
/
+14
*
sound: Fix synchronous streams
Olivier Galibert
2025-05-12
1
-1
/
+1
*
sound: fix incorrect detection of config loading when the driver file was not...
Olivier Galibert
2025-05-10
1
-10
/
+5
*
sound: Better decoupling of the effects thread
Olivier Galibert
2025-05-10
1
-21
/
+40
*
Rework a case where the sound defaults are not put in place in correct order ...
Olivier Galibert
2025-05-09
1
-6
/
+19
*
sound: update prev commit with different init detection (retry)
hap
2025-05-05
1
-4
/
+4
[next]