Ryujinx/Ryujinx.HLE/HOS/Services
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
..
Account Improved Logger (#1292) 2020-08-04 01:32:53 +02:00
Am Improved Logger (#1292) 2020-08-04 01:32:53 +02:00
Apm Improved Logger (#1292) 2020-08-04 01:32:53 +02:00
Arp Refactor out Application details from Horizon (#1236) 2020-05-15 03:16:46 -03:00
Audio Amadeus: Final Act (#1481) 2020-08-17 22:49:37 -03:00
Bcat Improved Logger (#1292) 2020-08-04 01:32:53 +02:00
Bgtc Refactoring HOS folder structure (#771) 2019-09-19 10:45:11 +10:00
Bluetooth bluetooth: Fix event handle in IBluetoothDriver (#1464) 2020-08-13 01:04:59 +02:00
BluetoothManager Improved Logger (#1292) 2020-08-04 01:32:53 +02:00
Caps Refactoring HOS folder structure (#771) 2019-09-19 10:45:11 +10:00
Cec Refactoring HOS folder structure (#771) 2019-09-19 10:45:11 +10:00
Erpt Refactoring HOS folder structure (#771) 2019-09-19 10:45:11 +10:00
Es Refactoring HOS folder structure (#771) 2019-09-19 10:45:11 +10:00
Eupld Refactoring HOS folder structure (#771) 2019-09-19 10:45:11 +10:00
Fatal Refactoring HOS folder structure (#771) 2019-09-19 10:45:11 +10:00
Friend Improved Logger (#1292) 2020-08-04 01:32:53 +02:00
Fs Forward OpenSaveDataInfoReaderOnlyCacheStorage to OpenSaveDataInfoReaderWithFilter (#1449) 2020-08-08 16:02:06 +02:00
Grc Refactoring HOS folder structure (#771) 2019-09-19 10:45:11 +10:00
Hid Improved Logger (#1292) 2020-08-04 01:32:53 +02:00
Ins Refactoring HOS folder structure (#771) 2019-09-19 10:45:11 +10:00
Lbl Refactoring HOS folder structure (#771) 2019-09-19 10:45:11 +10:00
Ldn Improved Logger (#1292) 2020-08-04 01:32:53 +02:00
Lm Improved Logger (#1292) 2020-08-04 01:32:53 +02:00
Loader Add various error codes to Loader (#1208) 2020-05-04 13:22:28 +02:00
Mig Refactoring HOS folder structure (#771) 2019-09-19 10:45:11 +10:00
Mii Add two error codes to Mii (#1224) 2020-05-08 16:23:26 +02:00
Mm Improved Logger (#1292) 2020-08-04 01:32:53 +02:00
Ncm Add various error codes to NCM LR (#1225) 2020-05-08 16:06:32 +02:00
News Refactoring HOS folder structure (#771) 2019-09-19 10:45:11 +10:00
Nfc Move kernel state out of the Horizon class (#1107) 2020-05-04 13:41:29 +10:00
Ngct Refactoring HOS folder structure (#771) 2019-09-19 10:45:11 +10:00
Nifm Improved Logger (#1292) 2020-08-04 01:32:53 +02:00
Nim Improved Logger (#1292) 2020-08-04 01:32:53 +02:00
Notification Refactoring HOS folder structure (#771) 2019-09-19 10:45:11 +10:00
Npns Refactoring HOS folder structure (#771) 2019-09-19 10:45:11 +10:00
Ns Improved Logger (#1292) 2020-08-04 01:32:53 +02:00
Nv Improved Logger (#1292) 2020-08-04 01:32:53 +02:00
Olsc Refactoring HOS folder structure (#771) 2019-09-19 10:45:11 +10:00
Ovln Refactoring HOS folder structure (#771) 2019-09-19 10:45:11 +10:00
Pcie Refactoring HOS folder structure (#771) 2019-09-19 10:45:11 +10:00
Pctl Improved Logger (#1292) 2020-08-04 01:32:53 +02:00
Pcv Refactoring HOS folder structure (#771) 2019-09-19 10:45:11 +10:00
Pm Refactoring HOS folder structure (#771) 2019-09-19 10:45:11 +10:00
Prepo Improved Logger (#1292) 2020-08-04 01:32:53 +02:00
Psc Refactoring HOS folder structure (#771) 2019-09-19 10:45:11 +10:00
Ptm Improved Logger (#1292) 2020-08-04 01:32:53 +02:00
Ro Implement modding support (#1249) 2020-07-09 14:31:15 +10:00
Sdb Refactor out Application details from Horizon (#1236) 2020-05-15 03:16:46 -03:00
Settings Improved Logger (#1292) 2020-08-04 01:32:53 +02:00
Sm Improved Logger (#1292) 2020-08-04 01:32:53 +02:00
Sockets Improved Logger (#1292) 2020-08-04 01:32:53 +02:00
Spl Implement a new physical memory manager and replace DeviceMemory (#856) 2020-05-04 08:54:50 +10:00
Srepo Refactoring HOS folder structure (#771) 2019-09-19 10:45:11 +10:00
Ssl Improved Logger (#1292) 2020-08-04 01:32:53 +02:00
SurfaceFlinger Improved Logger (#1292) 2020-08-04 01:32:53 +02:00
Time Improved Logger (#1292) 2020-08-04 01:32:53 +02:00
Usb Refactoring HOS folder structure (#771) 2019-09-19 10:45:11 +10:00
Vi Improved Logger (#1292) 2020-08-04 01:32:53 +02:00
Wlan Refactoring HOS folder structure (#771) 2019-09-19 10:45:11 +10:00
CommandAttributes.cs Refactoring commands handling (#728) 2019-07-11 22:13:43 -03:00
DummyService.cs Refactoring commands handling (#728) 2019-07-11 22:13:43 -03:00
IIpcService.cs Refactoring commands handling (#728) 2019-07-11 22:13:43 -03:00
IpcService.cs Improved Logger (#1292) 2020-08-04 01:32:53 +02:00
ServiceAttributes.cs IPC services refactoring (#726) 2019-07-10 12:59:54 -03:00
ServiceConfiguration.cs IPC services refactoring (#726) 2019-07-10 12:59:54 -03:00