Lime3DS/src/audio_core
Eric Warmenhoven d9b77cc21e
Some checks are pending
citra-build / source (push) Waiting to run
citra-build / linux (appimage) (push) Waiting to run
citra-build / linux (appimage-wayland) (push) Waiting to run
citra-build / linux (fresh) (push) Waiting to run
citra-build / macos (arm64) (push) Waiting to run
citra-build / macos (x86_64) (push) Waiting to run
citra-build / macos-universal (push) Blocked by required conditions
citra-build / windows (msvc) (push) Waiting to run
citra-build / windows (msys2) (push) Waiting to run
citra-build / android (googleplay) (push) Waiting to run
citra-build / android (vanilla) (push) Waiting to run
citra-build / docker (push) Waiting to run
citra-format / clang-format (push) Waiting to run
citra-libretro / android (push) Waiting to run
citra-libretro / linux (push) Waiting to run
citra-libretro / windows (push) Waiting to run
citra-libretro / macos (arm64) (push) Waiting to run
citra-libretro / macos (x86_64) (push) Waiting to run
citra-libretro / ios (push) Waiting to run
citra-libretro / tvos (push) Waiting to run
citra-transifex / transifex (push) Waiting to run
Implement libretro core (#1215)
* libretro core

* Bringing citra libretro implementation over
* libretro: hook up vulkan renderer
* libretro: github actions
* libretro: gyro
* libretro: core options v2
* libretro: on ios turn off shader jit if unavailable
* moltenvk 1.3.0 introduces 8-bit indexes but allocates 16-bit for metal; this ends up allocating stream buffer * 2 = 132MiB. Instead, just use 16-bit indexes. (This will be necessary for standalone when bumping moltenvk version.)

* libretro core: address review feedback

* libretro: microphone support

* cmake: Add ENABLE_ROOM_STANDALONE to list of incompatible libretro flags

* libretro: proper initial geometry

* libretro: fix software renderer

* libretro: address review feedback

* .github/libretro.yml: Pin macOS runners at macOS 26

* ci: Remove explicit selection of Xcode 16.0

* .github/libretro.yml: remove unnecessary windows builder apt commands

* .github/libretro.yml: bump min macos version to 11.0

* ci: Re-enable CI jobs for all libretro cores

This is under the condition that we don't introduce build cache for these builds

---------

Co-authored-by: OpenSauce04 <opensauce04@gmail.com>
Co-authored-by: PabloMK7 <hackyglitch2@gmail.com>
2026-02-19 22:30:25 +00:00
..
hle core: Revert some hash operations to CityHash64 (#1609) 2026-01-11 16:26:46 +01:00
lle audio_core: Update teakra for new memory ownership 2025-12-22 11:51:22 +01:00
audio_types.h Prefix all size_t with std:: 2018-09-06 16:03:28 -04:00
CMakeLists.txt Implement libretro core (#1215) 2026-02-19 22:30:25 +00:00
codec.cpp codec: Make lookup table static constexpr (#5572) 2020-12-07 16:05:45 +01:00
codec.h codec: Make lookup table static constexpr (#5572) 2020-12-07 16:05:45 +01:00
cubeb_input.cpp Revert "Fallback to silence when no samples have been captured. (#955)" (#1610) 2026-01-11 15:55:38 +01:00
cubeb_input.h mic: Refactor microphone state and management. (#7134) 2023-11-12 13:03:07 -08:00
cubeb_sink.cpp Updated a myriad of user-facing strings to refer to Azahar, not Citra 2024-11-21 23:30:29 +00:00
cubeb_sink.h audio_core: Implement OpenAL backend (#6450) 2023-05-01 21:17:45 +02:00
dsp_interface.cpp Implement libretro core (#1215) 2026-02-19 22:30:25 +00:00
dsp_interface.h audio_core: Update teakra for new memory ownership 2025-12-22 11:51:22 +01:00
input_details.cpp Implement libretro core (#1215) 2026-02-19 22:30:25 +00:00
input_details.h Implement libretro core (#1215) 2026-02-19 22:30:25 +00:00
input.h Revert "Fallback to silence when no samples have been captured. (#955)" (#1610) 2026-01-11 15:55:38 +01:00
interpolate.cpp audio_core: use nested namespaces 2019-02-17 23:41:48 -05:00
interpolate.h audio_core: use nested namespaces 2019-02-17 23:41:48 -05:00
libretro_input.cpp Implement libretro core (#1215) 2026-02-19 22:30:25 +00:00
libretro_input.h Implement libretro core (#1215) 2026-02-19 22:30:25 +00:00
libretro_sink.cpp Implement libretro core (#1215) 2026-02-19 22:30:25 +00:00
libretro_sink.h Implement libretro core (#1215) 2026-02-19 22:30:25 +00:00
null_input.h Revert "Fallback to silence when no samples have been captured. (#955)" (#1610) 2026-01-11 15:55:38 +01:00
null_sink.h audio_core: Make g_sink_details internally linked 2018-12-16 02:44:04 +01:00
openal_input.cpp Revert "Fallback to silence when no samples have been captured. (#955)" (#1610) 2026-01-11 15:55:38 +01:00
openal_input.h mic: Refactor microphone state and management. (#7134) 2023-11-12 13:03:07 -08:00
openal_sink.cpp Some build fixes for GCC 13.2.0 and Clang 18.1.1 (#41) 2024-11-07 14:41:32 +01:00
openal_sink.h openal: Enable AL_DIRECT_CHANNELS_SOFT when present. (#7202) 2023-11-22 23:09:22 -08:00
precompiled_headers.h Port yuzu-emu/yuzu#9300: "CMake: Use precompiled headers to improve compile times" (#6213) 2022-12-17 16:06:38 +01:00
sdl2_sink.cpp misc: fix issues pointed out by msvc (#7316) 2024-01-07 12:37:42 -08:00
sdl2_sink.h audio_core: Simplify sink interface 2018-09-08 22:09:26 +01:00
sink_details.cpp Implement libretro core (#1215) 2026-02-19 22:30:25 +00:00
sink_details.h Implement libretro core (#1215) 2026-02-19 22:30:25 +00:00
sink.h Implement libretro core (#1215) 2026-02-19 22:30:25 +00:00
static_input.cpp mic: Refactor microphone state and management. (#7134) 2023-11-12 13:03:07 -08:00
static_input.h mic: Refactor microphone state and management. (#7134) 2023-11-12 13:03:07 -08:00
time_stretch.cpp audio_core: Clear time stretcher after flushing to avoid sample bleed. (#7081) 2023-10-24 17:22:10 -07:00
time_stretch.h audio_core: Clear time stretcher after flushing to avoid sample bleed. (#7081) 2023-10-24 17:22:10 -07:00