summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd
Commit message (Expand)AuthorAgeFilesLines
...
* osd: Preliminary revised macOS CoreAudio backend. [R. Belmont] arbee2025-05-312-678/+1315
* sound: change audio_latency meaning similar to what it was before (20ms steps... hap2025-05-314-4/+6
* sound/sdl_sound.cpp: Don't try to call SDL_GetDefaultAudioInfo for SDL older ... Vas Crabb2025-05-311-3/+5
* sound: print verbose message if module doesn't support audio_latency option, hap2025-05-313-0/+9
* attotime: fix lockup with as_string and negative attotime, hap2025-05-301-1/+1
* sound/xaudio2_sound.cpp: Don't request sample rate conversion if stream sampl... Vas Crabb2025-05-311-1/+4
* A little more clearing for safety Olivier Galibert2025-05-302-0/+13
* Similar fix for sdl Olivier Galibert2025-05-301-0/+1
* portaudio: do not mess up on shift-f3 Olivier Galibert2025-05-291-1/+2
* sound/wasapi_sound.cpp: Repeat the channel mask from the mix format back when... Vas Crabb2025-05-303-23/+43
* sound: tell the osd about the update Olivier Galibert2025-05-294-0/+16
* sound/wasapi_sound.cpp, sound/xaudio2_sound.cpp: Changed logging back to disp... Vas Crabb2025-05-302-38/+38
* -sound/wasapi_sound.cpp, sound/xaudio2_sound.cpp: Fixed device names. Vas Crabb2025-05-305-19/+32
* Aloow seperate display and configuration names for sound nodes Olivier Galibert2025-05-298-1/+9
* -sound: Removed DirectSound sound module. Vas Crabb2025-05-295-620/+74
* -sound/xaudio2_sound.cpp: Fixed some stuff not getting reset on exit()/init(). Vas Crabb2025-05-293-130/+224
* sound/xaudio2_sound.cpp: Actually commit correction to autocomplete gone wrong. Vas Crabb2025-05-271-2/+2
* sound/sound_wasapi.cpp, sound/sound_xaudio2.cpp: Deal with resetting per-app ... Vas Crabb2025-05-272-15/+58
* sound: A few refinements: Vas Crabb2025-05-277-35/+73
* sound/xaudio2_sound.cpp: Bump node number on critical XAudio2 engine errors. Vas Crabb2025-05-261-2/+1
* sound/wasapi_sound.cpp: Fixed clang ARM error. Vas Crabb2025-05-261-2/+2
* -sound/wasapi_sound.cpp: Improved error handling and buffer management. Vas Crabb2025-05-2611-254/+430
* speaker: allow positioning unknown and don't map Olivier Galibert2025-05-253-3/+7
* eminline: add muldiv64 and muldivu64 functions Olivier Galibert2025-05-252-0/+139
* sound/wasapi_sound.cpp: Fixed clang warnings. Vas Crabb2025-05-251-2/+2
* -sound/wasapi_sound.cpp: Added preliminary WASAPI sound module (not enabled y... Vas Crabb2025-05-253-98/+1602
* sound/xaudio2_sound.cpp: Better handling of critical errors, more verbose log... Vas Crabb2025-05-243-235/+323
* sound/xaudio2_sound.cpp: More paranoid cleanup. Vas Crabb2025-05-231-24/+73
* sound/xaudio2_sound.cpp: Listen for critical engine errors, more clang warnings. Vas Crabb2025-05-231-82/+187
* osd/interface/audio.h: Added missing header for clang. Vas Crabb2025-05-231-0/+1
* sound/xaudio2_sound.cpp: Smarter buffer submission algorithm. Vas Crabb2025-05-231-9/+16
* sound/xaudio2_sound.cpp: Changed total buffer size to actually match specifie... Vas Crabb2025-05-231-4/+4
* sound/xaudio2_sound.cpp: Forgot to clear the want update flag. Vas Crabb2025-05-231-1/+3
* sound/xaudio2_sound.cpp: Setting the default latency to the target buffer sub... Vas Crabb2025-05-231-2/+2
* sound/xaudio2_sound.cpp: Initial support for new sound system features. Vas Crabb2025-05-234-336/+1493
* audiomix: fix rounding issue with db adjust hap2025-05-221-1/+1
* pa_sound: popmessage instead of printf if there's a device conflict while fid... hap2025-05-221-8/+24
* osd: Various cleanup and fixes: Vas Crabb2025-05-219-97/+180
* Revert "sound_module: set default sink node to 0" hap2025-05-201-1/+1
* sound_module: set default sink node to 0 hap2025-05-201-1/+1
* pa_sound: add device name to error message hap2025-05-201-2/+2
* pa_sound: add error messages hap2025-05-201-2/+5
* sound: change audio_latency to seconds (float), so people with existing mame.... hap2025-05-206-26/+24
* pa_sound: add api info to device names hap2025-05-182-7/+3
* sound: remove references to portaudio options that were removed hap2025-05-183-17/+1
* sound: change audio_latency duration option to milliseconds hap2025-05-185-17/+16
* pa: avoid deadlocks, avoid device name collisions Olivier Galibert2025-05-181-2/+9
* Revert mistake Olivier Galibert2025-05-181-1/+1
* osd: small cleanup to copy pasted header comment hap2025-05-169-9/+9
* pa_sound: lower latency interval steps hap2025-05-161-2/+2