From 54cf1765909859ab0b9cdeed74e8299c5ec516f4 Mon Sep 17 00:00:00 2001 From: Keeboy99 <67620144+Keeboy99@users.noreply.github.com> Date: Mon, 3 Jun 2024 16:38:39 +1200 Subject: [PATCH] problems done but controller stuff more --- docs/extras/streamaudio.md | 5 +++++ docs/games/taikonijiiro/problems.md | 25 ++++++++++++++++++++++++- 2 files changed, 29 insertions(+), 1 deletion(-) 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