eden-miror/src/audio_core/sink
Kaydax ad2e1cc554
Some checks are pending
tx-src / sources (push) Waiting to run
Check Strings / check-strings (push) Waiting to run
[externals] Update to SDL3 (#3952)
Since the launch of the steam controller I think it's only best to push towards updating to SDL3 allowing for a wider range of controller support

I went ahead and started on getting it working. Everything here should be functional, I've personally tested it all on Arch Linux. Still untested on windows, so looking for feedback on that

Any feedback and help would be appreciated!

Main changes:
- Bump everything to SDL3
- Handle SDL3 audio and input
- Add steam controller support, including HD Rumble
- Improved battery reporting via the status icon by using real % rather than state alone

Co-authored-by: crueter <crueter@eden-emu.dev>
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3952
Reviewed-by: crueter <crueter@eden-emu.dev>
Reviewed-by: MaranBr <maranbr@eden-emu.dev>
Reviewed-by: Lizzie <lizzie@eden-emu.dev>
2026-05-18 19:07:41 +02:00
..
cubeb_sink.cpp [common/logging] Simplify logging logic and fix issues when logging before system is created (#3688) 2026-03-12 18:29:15 +01:00
cubeb_sink.h [audio_core] Revert EA3835 audio sink changes (#136) 2025-07-27 19:46:54 +02:00
null_sink.h Remove memory allocations in some hot paths 2023-06-22 08:05:10 +01:00
oboe_sink.cpp [common/logging] Simplify logging logic and fix issues when logging before system is created (#3688) 2026-03-12 18:29:15 +01:00
oboe_sink.h android: add oboe audio sink 2023-12-17 01:42:59 -05:00
sdl3_sink.cpp [externals] Update to SDL3 (#3952) 2026-05-18 19:07:41 +02:00
sdl3_sink.h [externals] Update to SDL3 (#3952) 2026-05-18 19:07:41 +02:00
sink.h Have GetActiveChannelCount return the system channels instead of host device channels 2023-12-16 12:49:28 -05:00
sink_details.cpp [externals] Update to SDL3 (#3952) 2026-05-18 19:07:41 +02:00
sink_details.h (ui,)settings: Use explicit instantiation 2023-07-21 10:56:54 -04:00
sink_stream.cpp [audio] Fix release buffer for audio input (#3336) 2026-01-18 16:20:32 +01:00
sink_stream.h [audio_core] Fix audio reverb effect acording to specs (#2976) 2025-11-08 03:50:51 +01:00