summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/sound
Commit message (Expand)AuthorAgeFilesLines
* pipewire: remove PW_STREAM_FLAG_RT_PROCESS flag due to race condition (abuffe... hap2026-05-051-2/+2
* sound_module: remove 'internal' param from get() hap2026-04-252-5/+6
* sound_module: fix std::memmove bytes param hap2026-04-161-2/+2
* adcanoe: corrections to dipswitches [Wayder], hap2026-04-081-1/+1
* sound/xaudio2_sound.cpp: Added noexcept specifier for XAudio2 engine callback... Patrick Mackinlay2026-04-061-4/+4
* sound_module: update abuffer last sample on clear hap2026-04-051-2/+6
* sound_module: crossfade abuffer on overrun hap2026-04-052-25/+64
* Fixed things C++20 doesn't allow: Vas Crabb2026-03-291-2/+2
* Revert "sdl3_sound: don't hardcode max frames to 8" arbee2026-03-211-4/+3
* sdl3_sound: don't hardcode max frames to 8 hap2026-03-211-3/+4
* sdl3_sound.cpp: Rate-limit the output stream so it doesn't queue up to infini... arbee2026-03-201-6/+14
* sound abuffer: fix wrong assumption that samplerate is fixed at 48000 hap2026-03-1910-25/+27
* sound abuffer: audio latency is a float hap2026-03-122-3/+3
* coreaudio: forward latency to abuffer hap2026-03-121-0/+1
* sound_module: update notes hap2026-03-122-10/+7
* sound abuffer: derive min_buffers from max_buffers, add over/underrun stats hap2026-03-122-12/+21
* sound: forward audio latency setting to abuffer hap2026-03-115-17/+37
* sound abuffer: it was still getting a buffer underrun sometimes after overflo... hap2026-03-111-5/+4
* sound abuffer: after overflow, reduce buffers to 1 instead of clear hap2026-03-112-13/+21
* sound: change abuffer resync to more abrupt hap2026-03-112-17/+39
* Initial support for SDL3. [R. Belmont, Vas Crabb] arbee2026-02-072-3/+375
* sound/sdl_sound.cpp: Revert accidentally committed part of bc2ded0443e81306b7... AJR2026-02-011-4/+0
* z8: Add Z8691 and Z86C91 ROMless types AJR2026-02-011-0/+4
* coreaudio_sound: apply a default channel mapping for devices where macOS give... arbee2026-01-171-3/+11
* swp00: Overhaul of the synthesis part, effects to follow Olivier Galibert2025-11-141-0/+3
* sdl_sound.cpp: Fall back to 2 channels if 0 channels are detected on a device... Manuel Alfayate Corchete2025-07-041-0/+4
* 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
* coreaudio_sound.cpp: __MAC_12_0 is 120000 (AvailabilityVersions.h) (#13890) ksherlock2025-07-011-1/+1
* sound/js_sound.cpp: Hopefully fix Emscripten build; zx81_cass.xml: Fixed an o... Vas Crabb2025-06-281-1/+1
* Fix copy/paste error breaking build, and some space indents. Vas Crabb2025-06-271-1/+1
* -sound/js_sound.cpp: Blind attempt at updating for base class changes. Vas Crabb2025-06-273-8/+88
* Various fixes: Vas Crabb2025-06-259-136/+122
* pa_sound: remove enters from device string hap2025-06-231-4/+7
* osd audio interface: initialize channel positions in header file (prevents ch... hap2025-06-221-39/+43
* mmdevice_helpers.cpp: More Windows compile fixes. [R. Belmont] arbee2025-06-161-2/+2
* coreaudio_sound: Fix Mac compile. [R. Belmont] arbee2025-06-161-1/+1
* sound: Olivier Galibert2025-06-178-123/+136
* sound/wasapi_sound.cpp: Handle someone messing with the mixdown format right ... Vas Crabb2025-06-101-1/+2
* sound/wasapi_sound.cpp: Avoid another potential deadlock. Vas Crabb2025-06-101-39/+59
* coreaudio_sound.cpp: Promote to level 2, prep for 3. [R. Belmont] arbee2025-06-091-7/+22
* -dynax/ddenlovr.cpp: Identified some DIP switch settings for Majiang Xingyun ... Vas Crabb2025-06-091-1/+1
* -sound/gb.cpp: Initialise enough member variable to avoid branching on uninit... Vas Crabb2025-06-081-3/+10
* -sound/xaudio2_sound.cpp: Use abuffer for bufferring input. Vas Crabb2025-06-072-103/+54
* -sound/xaudio2_sound.cpp: Changed buffering strategy for output streams. Vas Crabb2025-06-065-31/+37
* coreaudio_sound.cpp: Channel layout tag is a bitfield, not an enum. [R. Belmont] arbee2025-06-031-6/+3
* js_sound: correct stream_sink_update function hap2025-06-032-3/+2
* coreaudio_sound.cpp: Use property listeners to determine configuration change... arbee2025-06-021-83/+148
* coreaudio_sound.cpp: Move default device change check to get_generation so it... arbee2025-06-011-22/+14
* coreaudio_sound.cpp: Add a callback for each active device to see if it becom... arbee2025-06-011-1/+82