aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Audio/OpenAL/OpenALAudioOut.cs
AgeCommit message (Expand)Author
2018-11-15Implement libsoundio as an alternative audio backend (#406)jduncanator
2018-10-12Fix race condition on OpenALAudioOut (#448)gdkchan
2018-09-18Ensure that buffers are available after a signal when GetReleasedBuffers is c...gdkchan
2018-08-16Code style fixes and nits on the HLE project (#355)gdkchan
2018-08-01Sleep OpenAL thread (#313)ReinUsesLisp
2018-07-14Audio Renderer improvements (#210)gdkchan
2018-07-09Allow sample rate of 0 on OpenAudioOut, fix 5.1 sound output (#240)gdkchan
2018-03-19[WIP] Add support for events (#60)gdkchan
2018-03-16Add BFI instruction, even more audout fixesgdkchan
2018-03-15Improvements to audout (#58)gdkchan