Fix broken link in the Taiko guide

This commit is contained in:
Akitake
2025-05-18 00:15:07 +02:00
parent dae6a4fa06
commit 3f5fdd4f6a

View File

@@ -124,10 +124,10 @@
- Inside `config.toml`, set `wasapi_shared =` to `false`
To use ASIO in combination with FlexASIO:
To use ASIO in combination with ASIO:
- Inside `config.toml`, set `wasapi_shared =` to `false` and set `asio =` to `true`.
- Change `asio_driver =` to `asio_driver = "FlexASIO"`
- Change `asio_driver =` to `asio_driver = "<Your ASIO Driver Name>"`
To change FlexASIO settings refer to [this](/extras/streamaudio.md#option-4-flexasio).
For more information refer to the general [Audio](/extras/audio.md) guide.