Update config.toml

This commit is contained in:
Anthony Samms
2025-10-23 14:46:16 -04:00
parent f56dd28d70
commit 6636b25978

View File

@@ -18,7 +18,7 @@ gold = false
tja_path = ['Songs']
video_path = ['Videos']
[keys]
[keys_1p]
exit_key = 'A'
left_kat = ['D']
left_don = ['F']
@@ -39,17 +39,13 @@ right_kat = [12]
[audio]
# device_type: 0 = default, check console output from list_host_apis() for other options
device_type = 0
# Windows users should generally pick 3 (WASAPI) and Linux users should pick 0 (ALSA)
device_type = 3
# sample_rate: -1 = use device default (usually 44100 or 48000)
sample_rate = -1
# buffer_size: Size in samples per audio buffer
# - 0 = let driver choose (may result in very small buffers with ASIO, typically 64)
# - ASIO users: Use 128, 256, 512, 1024, or 2048 (must be power of 2)
# - ASIO drivers have strict minimum buffer sizes (often 64-256 samples)
# - If you request a buffer size below the driver's minimum, it will use the minimum instead
# - Lower = less latency but higher CPU usage; Higher = more latency but more stable
# - Recommended: 512 for most users, 256 for low latency, 1024+ for stability
buffer_size = 512
buffer_size = 0
exclusive = false
[volume]