Basic audio support
Implement IAudioOut. Small corrections on AudIAudioRenderer. Add glitched audio playback support through OpenAL.
This commit is contained in:
parent
64d34f2882
commit
9f2aea4059
5 changed files with 211 additions and 7 deletions
|
@ -8,3 +8,6 @@ Contributions are always welcome.
|
|||
|
||||
To run this emulator, you need the .NET Core 2.0 (or higher) SDK.
|
||||
Run `dotnet run -c Release -- game.nro` inside the Ryujinx solution folder.
|
||||
|
||||
Audio is partially supported (glitched) on Windows, you need to install the OpenAL Core SDK :
|
||||
https://openal.org/downloads/OpenAL11CoreSDK.zip
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue