summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/sound/xaudio2_sound.cpp
Commit message (Expand)AuthorAgeFilesLines
* -sound/xaudio2_sound.cpp: Use abuffer for bufferring input. Vas Crabb2025-06-071-103/+53
* -sound/xaudio2_sound.cpp: Changed buffering strategy for output streams. Vas Crabb2025-06-061-2/+1
* sound: change audio_latency meaning similar to what it was before (20ms steps... hap2025-05-311-1/+2
* sound/xaudio2_sound.cpp: Don't request sample rate conversion if stream sampl... Vas Crabb2025-05-311-1/+4
* sound/wasapi_sound.cpp: Repeat the channel mask from the mix format back when... Vas Crabb2025-05-301-6/+6
* sound/wasapi_sound.cpp, sound/xaudio2_sound.cpp: Changed logging back to disp... Vas Crabb2025-05-301-15/+15
* -sound/wasapi_sound.cpp, sound/xaudio2_sound.cpp: Fixed device names. Vas Crabb2025-05-301-1/+0
* Aloow seperate display and configuration names for sound nodes Olivier Galibert2025-05-291-0/+1
* -sound: Removed DirectSound sound module. Vas Crabb2025-05-291-50/+62
* -sound/xaudio2_sound.cpp: Fixed some stuff not getting reset on exit()/init(). Vas Crabb2025-05-291-37/+57
* 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-271-5/+25
* sound: A few refinements: Vas Crabb2025-05-271-5/+5
* sound/xaudio2_sound.cpp: Bump node number on critical XAudio2 engine errors. Vas Crabb2025-05-261-2/+1
* -sound/wasapi_sound.cpp: Improved error handling and buffer management. Vas Crabb2025-05-261-11/+10
* -sound/wasapi_sound.cpp: Added preliminary WASAPI sound module (not enabled y... Vas Crabb2025-05-251-88/+154
* sound/xaudio2_sound.cpp: Better handling of critical errors, more verbose log... Vas Crabb2025-05-241-234/+298
* 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
* 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-231-317/+1020
* osd: Various cleanup and fixes: Vas Crabb2025-05-211-7/+5
* sound: change audio_latency to seconds (float), so people with existing mame.... hap2025-05-201-9/+7
* pa_sound: add api info to device names hap2025-05-181-1/+1
* sound: remove references to portaudio options that were removed hap2025-05-181-1/+1
* sound: change audio_latency duration option to milliseconds hap2025-05-181-3/+5
* New sound infrastructure. Olivier Galibert2025-04-271-31/+4
* osd/windows: Create single-threaded COM apartment on main thread. Vas Crabb2023-04-081-2/+0
* fix Clang compile [nw] Peter Ferrie2023-02-031-9/+9
* osd: Turned video modules into actual modules, fixed various issues. Vas Crabb2023-02-011-43/+47
* Various input and OSD refactoring: Vas Crabb2023-01-291-16/+27
* Clean up #includes in src/osd (#10029) ajrhacker2022-07-041-3/+4
* Remove OSD_UWP from rest of code Miodrag Milanovic2021-10-261-1/+1
* Use std::clamp in more source files AJR2021-08-151-1/+1
* Changed audio_latency valid range from 1-5 to 0-5 (#7916) 9871238791132021-04-011-1/+2
* Revert "fixed some modernize-use-equals-default clang-tidy warnings (… (#6360) Oliver Stöneberg2020-04-081-1/+1
* fixed some modernize-use-equals-default clang-tidy warnings (nw) (#6237) Oliver Stöneberg2020-01-301-1/+1
* xaudio2: fix wrong dll, regression from a10fcd31d3d8add2424467f981d4405f06c92... hap2018-12-121-3/+3
* Move special windows.h include directives to build defines (nw) Brad Hughes2016-12-281-3/+0
* Merge pull request #1749 from bradhugh/dynamic_api Vas Crabb2016-12-021-15/+5
|\
| * Update name of DYNAMIC_API macros (nw) Brad Hughes2016-12-011-5/+5
| * Simpler low-cost implementation making modules and function pointers class me... Brad Hughes2016-11-211-9/+5
| * Changing singleton to be thread safe (nw) Brad Hughes2016-11-201-1/+1
| * Created DYNAMIC_API macros for cleaner definition of dynamically linked funct... Brad Hughes2016-11-201-14/+8
* | srcclean (nw) Vas Crabb2016-11-271-1/+1
|/
* Enable sound for UWP (well that was easy) (nw) Brad Hughes2016-11-111-1/+1
* simplified memory allocation for osd_module (nw) Miodrag Milanovic2016-11-111-0/+2