Ryujinx/Ryujinx.Common
Mary a389dd59bd
Amadeus: Final Act (#1481)
* Amadeus: Final Act

This is my requiem, I present to you Amadeus, a complete reimplementation of the Audio Renderer!

This reimplementation is based on my reversing of every version of the audio system module that I carried for the past 10 months.
This supports every revision (at the time of writing REV1 to REV8 included) and all features proposed by the Audio Renderer on real hardware.

Because this component could be used outside an emulation context, and to avoid possible "inspirations" not crediting the project, I decided to license the Ryujinx.Audio.Renderer project under LGPLv3.

- FE3H voices in videos and chapter intro are not present.
- Games that use two audio renderer **at the same time** are probably going to have issues right now **until we rewrite the audio output interface** (Crash Team Racing is the only known game to use two renderer at the same time).

- Persona 5 Scrambler now goes ingame but audio is garbage. This is caused by the fact that the game engine is syncing audio and video in a really aggressive way. This will disappears the day this game run at full speed.

* Make timing more precise when sleeping on Windows

Improve precision to a 1ms resolution on Windows NT based OS.
This is used to avoid having totally erratic timings and unify all
Windows users to the same resolution.

NOTE: This is only active when emulation is running.
2020-08-17 22:49:37 -03:00
..
Configuration Rename DebugLevel Performance to Slowdowns (#1450) 2020-08-07 15:30:06 +02:00
Extensions PrntStub: Add a way to print arrays (#711) 2019-06-27 13:11:51 +02:00
Logging Amadeus: Final Act (#1481) 2020-08-17 22:49:37 -03:00
Memory Silence several build warnings (#1428) 2020-08-06 23:40:41 +02:00
Pools Misc cleanup (#708) 2019-07-02 04:39:22 +02:00
System Amadeus: Final Act (#1481) 2020-08-17 22:49:37 -03:00
SystemInfo Improved Logger (#1292) 2020-08-04 01:32:53 +02:00
Utilities Use the official JSON parser (#1151) 2020-04-30 14:07:41 +02:00
AsyncWorkQueue.cs New NVDEC and VIC implementation (#1384) 2020-07-12 05:07:01 +02:00
PerformanceCounter.cs Initial work 2020-01-09 02:13:00 +01:00
ReactiveObject.cs Fix ReactiveObject initial event not being propagated with boolean types (#860) 2020-01-05 17:35:55 +01:00
ReferenceEqualityComparer.cs Only enumerate cached textures that are modified when flushing. (#918) 2020-02-07 08:49:26 +11:00
Ryujinx.Common.csproj Upgrade projects to C#8 (#1193) 2020-05-04 12:14:48 +10:00