aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Audio
AgeCommit message (Expand)Author
2020-04-22Update .NET Core to 3.1, and update NuGet Packages (#1121)Michael Kuklinski
2020-02-12Add inbuilt Opengl renderer to window (#922)emmauss
2020-02-06Fix a crash when closing the main UI (#904)Thog
2020-02-06Render Profiler in GUI (#854)emmauss
2020-01-13Name all threads (#886)Ac_K
2019-10-31.NET Core 3.0 is here! (#784)LDj3SNuD
2019-10-11audout:u: Implement SetAudioOutVolume and GetAudioOutVolume (#781)Ac_K
2019-08-19Fix a memory corruption in SoundIO wrapper (#742)Thomas Guillemard
2019-08-08Add a new JIT compiler for CPU code (#693)gdkchan
2019-07-02Misc cleanup (#708)Alex Barney
2019-04-26Built in profiling (#567)BaronKiko
2019-02-13Audio: Select a shared audio device by default (#574)jduncanator
2018-11-19Audio: Track and Call ReleaseCallbacks in the Dummy Audio Output (#508)jduncanator
2018-11-17Audio: Properly implements audio fallback for SoundIO (#500)jduncanator
2018-11-15Implement libsoundio as an alternative audio backend (#406)jduncanator
2018-10-17Move logging to Ryujinx.Common and make it a static class (#413)ReinUsesLisp
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-06-30Add linux-x64 to RID property to make tests works on linux (#205)Thomas Guillemard
2018-06-21 Port from OpenTK.NETCore to OpenTK.NetStandard (#176)ReinUsesLisp
2018-05-11Add intrinsics support (#121)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