Skip to content

Commit

Permalink
changed default volume
Browse files Browse the repository at this point in the history
  • Loading branch information
achimmihca committed Aug 20, 2022
1 parent 97d6d34 commit a3fa2a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UltraStar Play/Assets/Common/Model/Setting/AudioSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ public class AudioSettings
// Range: 0..100
public int PreviewVolumePercent { get; set; } = 50;
public int VolumePercent { get; set; } = 100;
public int BackgroundMusicVolumePercent { get; set; } = 70;
public int BackgroundMusicVolumePercent { get; set; } = 50;

public int SceneChangeSoundVolumePercent { get; set; } = 100;
public int SceneChangeSoundVolumePercent { get; set; } = 50;

public EPitchDetectionAlgorithm pitchDetectionAlgorithm = EPitchDetectionAlgorithm.Dywa;
}

0 comments on commit a3fa2a3

Please sign in to comment.