From 3da722a9c4276c8acf8774f8b55802e4982cff38 Mon Sep 17 00:00:00 2001 From: Akitake Date: Thu, 29 May 2025 09:36:56 +0200 Subject: [PATCH] .md --- .../bemani/common/setup_audio_wasapiexcl_only | 13 ------------- .../bemani/common/setup_audio_wasapiexcl_only.md | 13 +++++++++++++ 2 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644 docs/snippets/bemani/common/setup_audio_wasapiexcl_only create mode 100644 docs/snippets/bemani/common/setup_audio_wasapiexcl_only.md diff --git a/docs/snippets/bemani/common/setup_audio_wasapiexcl_only b/docs/snippets/bemani/common/setup_audio_wasapiexcl_only deleted file mode 100644 index 7ff6f6c5..00000000 --- a/docs/snippets/bemani/common/setup_audio_wasapiexcl_only +++ /dev/null @@ -1,13 +0,0 @@ -!!! info "Check out our general [Audio](/extras/audio.md) guide to understand audio modes better, at least the TL;DR" - -!!! danger "This game only supports WASAPI Exclusive mode. Some audio devices may not support this." - -!!! tip "" - - - Open `spicecfg.exe` - - At the very top, click on `Shortcuts` then `Audio Playback Devices` - - In the popup window, right click on your default audio device, and click on `Properties` - - Go to the `Advanced` tab - - Check both boxes under `Exclusive Mode` - - Open the `Default Format` dropdown - - Pick the `16 bit, 44100 Hz (CD Quality)` option, click `Apply` then `OK` \ No newline at end of file diff --git a/docs/snippets/bemani/common/setup_audio_wasapiexcl_only.md b/docs/snippets/bemani/common/setup_audio_wasapiexcl_only.md new file mode 100644 index 00000000..59cad937 --- /dev/null +++ b/docs/snippets/bemani/common/setup_audio_wasapiexcl_only.md @@ -0,0 +1,13 @@ +!!! info "Check out our general [Audio](/extras/audio.md) guide to understand audio modes better, at least the TL;DR" + +!!! danger "This game only supports WASAPI Exclusive mode. Some audio devices may not support this." + +!!! tip "" + + - Open `spicecfg.exe` + - At the very top, click on `Shortcuts` then `Audio Playback Devices` + - In the popup window, right click on your default audio device, and click on `Properties` + - Go to the `Advanced` tab + - Check both boxes under `Exclusive Mode` + - Open the `Default Format` dropdown + - Pick the `16 bit, 44100 Hz (CD Quality)` option, click `Apply` then `OK`