From ea100b8fbd51a16fdf840cdb4c2309f7570acd6e Mon Sep 17 00:00:00 2001 From: yurei Date: Mon, 22 Jan 2024 12:03:25 +0100 Subject: [PATCH] Add WASAPI/ASIO guide --- docs/extras/audio.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/extras/audio.md b/docs/extras/audio.md index 97806f9..9662710 100644 --- a/docs/extras/audio.md +++ b/docs/extras/audio.md @@ -1,10 +1,12 @@ # What is WASAPI and ASIO? !!! tip "" - ```WASAPI``` and ```ASIO``` are audio systems that manage how your applications like games, music, and others interact with your audio hardware. Without these core systems you would ^^not^^ be able to hear anything. There are 3 types that I'll cover here with pros and cons for each one. + ```WASAPI``` and ```ASIO``` are audio systems that manage how your applications like games, music, and others interact with your audio hardware. Without these core systems you would ^^not^^ be able to hear anything. This is a basic explanation on what they are and will not go into detail on how they function. There are 3 types that I'll cover here with pros and cons for each one. I would ^^personally^^ recommend using ```WASAPI Shared``` as this has in most cases the highest chance of working and requires the least amount of work. You can enable it by using a [hex edit.](../extras/patchweb.md#how-to-use-patcher-websites) + If you would like to use ```WASAPI Exclusive```, you can read more about it [here.](../extras/streamaudio.md#workarounds-for-exclusive-audio) + ### WASAPI Shared !!! tip ""