summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/sound/xaudio2_sound.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-13/+13
* Fix two leaks (nw) Brad Hughes2016-10-031-4/+0
* Minor XAudio2 tweak to not always submit buffers if not needed (nw) Brad Hughes2016-08-171-4/+14
* Try to fix audio delay regression caused when fixing -refreshspeed for Antonio Giner2016-08-151-0/+4
* Fix audio distortion with -refreshspeed and -sound xaudio2 (MT 06199) Antonio Giner2016-08-111-5/+2
* algorithm-> utility where appropriate, fix imgtool (nw) Miodrag Milanovic2016-07-311-1/+1
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-5/+8
* Misc code cleanups for Direct3D code Giuseppe Gorgoglione2016-07-011-0/+0
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-2/+2
* Add XAudio2 init time logging Brad Hughes2016-06-181-1/+6
* Add WINAPI to other needed functions for stdcall calling convention on 32-bit Brad Hughes2016-06-151-1/+1
* Introduce dynamic_module Giuseppe Gorgoglione2016-06-111-29/+33
* Ensure XAudio2 doesn't crash when no sound card present. Brad Hughes2016-06-031-28/+48
* Cleanups and version bumpmame0174 Miodrag Milanovic2016-05-251-1/+1
* Fixed init of XAudio2 when there is no window active (nw) Miodrag Milanovic2016-05-221-0/+3
* With latest package from MSYS of clang 3.8.0 build at least compile fine on w... Miodrag Milanovic2016-03-111-2/+0
* Fix Visual Studio build Brad Hughes2016-03-051-7/+0
* Make XAudio2 available in all Windows OSD builds, plus use 2.9 if available, ... Brad Hughes2016-03-051-85/+56
* Added missing xaudio2 header from WINE that is free to use (nw) Miodrag Milanovic2016-03-051-0/+7
* replace osd_lock with std::mutex [Miodrag Milanovic] Miodrag Milanovic2016-01-301-35/+5
* Cleanups and version bumpmame0170 Miodrag Milanovic2016-01-271-439/+439
* XAudio2 Bug fix - forgot to initialize buffers and no need to init COM Brad Hughes2016-01-231-2/+3
* Fix GCC compiler warning in xaudio2 implementation Brad Hughes2016-01-201-3/+3
* Update XAudio2 support to handle overflow, underflow, and audio_latency prope... Bradley Hughes2016-01-201-59/+164
* XAudio2 support Brad Hughes2016-01-201-0/+625