Panda3DS/src/core/audio
wheremyfoodat d459cb1d6c
Get audio output working with LLE DSP (#419)
* Implement audio output

* Semi-proper audio output

* Add audio enable and vsync settings

* Add audio enable and vsync settings

* Optimize audio output a bit

* Make max ring buffer timeout smaller

* Make max ring buffer timeout smaller

* Revert to spinlocking for audio sync

* Sleep emulator thread if too many samples queued

* Fix Teakra submodule breaking

* Don't start audio device too soon

* Fix IWYU errors

* Fix compilation errors on GCC/Clang

* Ignore std::hardware_destructive_interference_size on Android NDK

* Fix more IWYU errors
2024-02-24 03:26:23 +02:00
..
dsp_core.cpp Make DSP backends properly configurable 2024-02-19 17:57:21 +02:00
miniaudio_device.cpp Get audio output working with LLE DSP (#419) 2024-02-24 03:26:23 +02:00
null_core.cpp Properly handle DSP interrupts in HLE 2024-02-19 18:50:41 +02:00
teakra_core.cpp Get audio output working with LLE DSP (#419) 2024-02-24 03:26:23 +02:00