-
-
Notifications
You must be signed in to change notification settings - Fork 104
Audio
Def0ltt edited this page Mar 15, 2021
·
13 revisions
"Audio": {
"GeneralVolume": 0.5,
"MusicVolume": 0.5,
"SampleVolume": 0.5,
"Offset": 0,
"HitsoundPositionMultiplier": 1,
"IgnoreBeatmapSamples": false,
"IgnoreBeatmapSampleVolume": false,
"BeatScale": 1.2,
"BeatUseTimingPoints": false,
"Linux/Unix": {
"BassPlaybackBufferLength": 100,
"BassDeviceBufferLength": 10,
"BassUpdatePeriod": 5
}
}
Sets the master volume for music and all sound effects
Sets the music volume
Sets the volume for all sound effects
Music offset in milliseconds
Sets how much hitsounds should be panned
Enables/Disables Beatmap hitsounds
Ignores changes in sample volume made by the map
How much beat dependent thing should be scaled.
Enables/Disables using Beatmap timing points instead of music for beat-sensitive elements (besides cookie)
If you have problems with choppy audio on Linux you need to fiddle with the settings below.
Length of the music playback buffer (lower value - less latency)
Length of the device buffer (lower value - less latency)
Number of milliseconds between BASS updates (lower value - less latency)