Files
PyTaiko/config.toml
2025-10-20 15:29:32 -04:00

62 lines
1.4 KiB
TOML

[general]
fps_counter = false
judge_offset = 0
visual_offset = 0
language = "ja"
hard_judge = 108
touch_enabled = false
timer_frozen = true
judge_counter = false
[nameplate]
name = 'どんちゃん'
title = 'ドンだーデビュー!'
dan = -1
gold = false
[paths]
tja_path = ['Songs']
video_path = ['Videos']
[keys]
exit_key = 'A'
left_kat = ['D']
left_don = ['F']
right_don = ['J']
right_kat = ['K']
[gamepad]
left_kat = [10]
left_don = [16]
right_don = [17]
right_kat = [12]
[audio]
# device_type: 0 = default, check console output from list_host_apis() for other options
device_type = 0
# 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
exclusive = false
[volume]
sound = 1.0
music = 1.0
voice = 1.0
hitsound = 1.0
[video]
screen_width = 1280
screen_height = 720
fullscreen = false
borderless = false
target_fps = -1
vsync = true