summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/sound
Commit message (Expand)AuthorAgeFilesLines
* 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
* coreaudio_sound.cpp: Rebuild the device list when the default devices change,... arbee2025-06-011-1/+2
* osd: Preliminary revised macOS CoreAudio backend. [R. Belmont] arbee2025-05-311-668/+1315
* sound: change audio_latency meaning similar to what it was before (20ms steps... hap2025-05-313-3/+5
* sound/sdl_sound.cpp: Don't try to call SDL_GetDefaultAudioInfo for SDL older ... Vas Crabb2025-05-311-3/+5
* sound: print verbose message if module doesn't support audio_latency option, hap2025-05-313-0/+9
* sound/xaudio2_sound.cpp: Don't request sample rate conversion if stream sampl... Vas Crabb2025-05-311-1/+4
* A little more clearing for safety Olivier Galibert2025-05-302-0/+13
* Similar fix for sdl Olivier Galibert2025-05-301-0/+1
* portaudio: do not mess up on shift-f3 Olivier Galibert2025-05-291-1/+2
* sound/wasapi_sound.cpp: Repeat the channel mask from the mix format back when... Vas Crabb2025-05-303-23/+43
* sound: tell the osd about the update Olivier Galibert2025-05-291-0/+3
* sound/wasapi_sound.cpp, sound/xaudio2_sound.cpp: Changed logging back to disp... Vas Crabb2025-05-302-38/+38
* -sound/wasapi_sound.cpp, sound/xaudio2_sound.cpp: Fixed device names. Vas Crabb2025-05-303-3/+2
* Aloow seperate display and configuration names for sound nodes Olivier Galibert2025-05-297-1/+8
* -sound: Removed DirectSound sound module. Vas Crabb2025-05-294-619/+74
* -sound/xaudio2_sound.cpp: Fixed some stuff not getting reset on exit()/init(). Vas Crabb2025-05-293-130/+224
* 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-272-15/+58
* sound: A few refinements: Vas Crabb2025-05-277-35/+73
* sound/xaudio2_sound.cpp: Bump node number on critical XAudio2 engine errors. Vas Crabb2025-05-261-2/+1
* sound/wasapi_sound.cpp: Fixed clang ARM error. Vas Crabb2025-05-261-2/+2
* -sound/wasapi_sound.cpp: Improved error handling and buffer management. Vas Crabb2025-05-266-169/+290
* speaker: allow positioning unknown and don't map Olivier Galibert2025-05-253-3/+7
* sound/wasapi_sound.cpp: Fixed clang warnings. Vas Crabb2025-05-251-2/+2
* -sound/wasapi_sound.cpp: Added preliminary WASAPI sound module (not enabled y... Vas Crabb2025-05-253-98/+1602