diff --git a/docs/extras/streamaudio.md b/docs/extras/streamaudio.md
index ac4efba..ddf8c2c 100644
--- a/docs/extras/streamaudio.md
+++ b/docs/extras/streamaudio.md
@@ -103,6 +103,11 @@ FlexASIO is a virtual ASIO service that can redirect output to various backends,
+!!! tip "Taiko no Tatsujin Nijiiro"
+ 1. Disable `wasapi_shared` in `config.toml`.
+ 2. Enable `asio` in `config.toml`.
+ 3. Set `asio_driver` to `FlexASIO`.
+
- To capture audio, you can capture desktop audio as you normally would in OBS.
### Option 5 - Voicemeeter
diff --git a/docs/games/taikonijiiro/problems.md b/docs/games/taikonijiiro/problems.md
index 96c6458..db5897e 100644
--- a/docs/games/taikonijiiro/problems.md
+++ b/docs/games/taikonijiiro/problems.md
@@ -83,4 +83,27 @@
You can set your scale to `100%` right above where it says your resolution.
-
\ No newline at end of file
+
+
+### Best settings for Nvidia GPUs
+!!! tip ""
+ This will help with latency and other issues
+
+ In `NVIDIA Control Panel` set the following settings for `Taiko.exe`.
+ Low Latency Mode `Ultra`
+ Max Frame Rate `120 FPS`
+ Power management mode `Prefer maximum performance`
+ Vertical sync `Fast`
+
+### Audio
+!!! tip ""
+ By default the game will use wasapi shared
+
+ To use wasapi exclusive disable `wasapi_shared` in `config.toml`.
+ Copy the audio settings in the screenshot.
+
+ To use ASIO disable `wasapi_shared` in `config.toml` and enable `asio`.
+ Set your `asio_driver`
+
+ To use FlexASIO refer to [this](../../extras/streamaudio.md#option-4-flexasio).
+
\ No newline at end of file