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