summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/sound/pa_sound.cpp
Commit message (Expand)AuthorAgeFilesLines
* pa_sound: can use unordered_map instead of map hap2025-07-031-1/+1
* pa_sound: re-add printf list of found devices with -verbose, and add a check ... hap2025-07-031-7/+25
* Various fixes: Vas Crabb2025-06-251-8/+8
* pa_sound: remove enters from device string hap2025-06-231-4/+7
* sound: Olivier Galibert2025-06-171-11/+11
* -sound/xaudio2_sound.cpp: Changed buffering strategy for output streams. Vas Crabb2025-06-061-14/+3
* sound: change audio_latency meaning similar to what it was before (20ms steps... hap2025-05-311-1/+1
* portaudio: do not mess up on shift-f3 Olivier Galibert2025-05-291-1/+2
* Aloow seperate display and configuration names for sound nodes Olivier Galibert2025-05-291-0/+1
* 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-211-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-201-3/+3
* pa_sound: add api info to device names hap2025-05-181-6/+2
* sound: change audio_latency duration option to milliseconds hap2025-05-181-2/+2
* 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-161-1/+1
* pa_sound: lower latency interval steps hap2025-05-161-2/+2
* pa_sound: add support for audio latency and samplerate options hap2025-05-161-7/+9
* sound: enhance portaudio support. Olivier Galibert2025-05-121-366/+208
* New sound infrastructure. Olivier Galibert2025-04-271-23/+8
* osd: Turned video modules into actual modules, fixed various issues. Vas Crabb2023-02-011-7/+10
* Various input and OSD refactoring: Vas Crabb2023-01-291-2/+2
* Miscellaneous fixes and refactoring: Vas Crabb2023-01-281-12/+23
* Clean up #includes in src/osd (#10029) ajrhacker2022-07-041-0/+2
* -ui: Made zoom controls a bit more intuitive. Vas Crabb2021-09-061-2/+2
* Use std::clamp in more source files AJR2021-08-151-1/+1
* 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
* Suggestion for very-low-latency mode on portaudio Eric Vidal2019-07-141-8/+27
* add missing override (nw) smf-2018-03-151-4/+4
* 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