summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/sound
Commit message (Expand)AuthorAgeFilesLines
* -ui: Made zoom controls a bit more intuitive. Vas Crabb2021-09-061-2/+2
* Use std::clamp in more source files AJR2021-08-155-7/+7
* srcclean in preparation for branching release Vas Crabb2021-04-251-6/+6
* sound: Pulseaudio support Olivier Galibert2021-04-161-0/+405
* Changed audio_latency valid range from 1-5 to 0-5 (#7916) 9871238791132021-04-012-2/+4
* Revert "fixed some modernize-use-equals-default clang-tidy warnings (… (#6360) Oliver Stöneberg2020-04-084-4/+4
* fixed some modernize-use-equals-default clang-tidy warnings (nw) (#6237) Oliver Stöneberg2020-01-304-4/+4
* fixed some clang-tidy warnings (nw) (#6236) Oliver Stöneberg2020-01-301-1/+1
* use C++ library includes (nw) firewave2020-01-221-1/+1
* stupid syntax error (nw) Vas Crabb2019-11-221-1/+1
* sound/coraudio: get rid of global_alloc/global_free (nw) Vas Crabb2019-11-221-60/+48
* Suggestion for very-low-latency mode on portaudio Eric Vidal2019-07-141-8/+27
* (nw) Clean up the mess on master Vas Crabb2019-03-261-7/+2
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-2/+7
* sdl_sound.cpp: Remove leftover variable (nw) Enik Land2019-02-181-3/+0
* (nw) remove some superfluous const, eliminate a superfluous temp, remove supe... Vas Crabb2019-02-181-4/+2
* Workaround for Web Audio autoplay restrictions in Chrome 71 [Justin Kerk] Justin Kerk2018-12-301-6/+12
* clean up sdl_sound a bit (nw) Vas Crabb2018-12-251-113/+74
* xaudio2: fix wrong dll, regression from a10fcd31d3d8add2424467f981d4405f06c92... hap2018-12-121-3/+3
* Android compile fix (#4395) Miodrag Milanović2018-12-111-4/+4
* sdl_sound.cpp: Rework the circular buffer Celelibi2018-12-091-196/+164
* add missing override (nw) smf-2018-03-152-8/+8
* Fix sound_sdl::sdl_callback, fill buffer with silence when underflow. 057a3dd61f99517a3afea0051a49cb27994f94d2017-06-251-0/+1
* Fix issues on 32-bit builds and clamp latency intealls2017-01-301-3/+13
* Fixed building using system portaudio Julian Sikorski2017-01-261-1/+1
* srcclean (nw) Vas Crabb2017-01-221-2/+2
* rename variables to maintain consistent with coreaudio/sdl etc intealls2017-01-191-24/+24
* fix up initialization intealls2017-01-191-1/+2
* Simplify the audio buffer and fix a wrap-around issue intealls2017-01-181-16/+12
* fix indentation, leading spaces to tabs intealls2017-01-151-315/+315
* some osd_printf_verbose calls should be to osd_printf_error intealls2017-01-141-4/+4
* fix memory leak and log error checking intealls2017-01-141-9/+8
* tabs to spaces intealls2017-01-141-317/+317
* Initial PortAudio backend with build script changes to support library versio... inte alls2017-01-111-0/+438
* Move special windows.h include directives to build defines (nw) Brad Hughes2016-12-282-6/+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
|/
* Change window handle storage to template instead of void* (nw) (#1725) Brad Hughes2016-11-171-2/+2
* 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-228-67/+67
* 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
* patch up on OSX Vas Crabb2016-08-011-2/+2