Skip to content

Commit

Permalink
Tweak initial sensitivity
Browse files Browse the repository at this point in the history
  • Loading branch information
Danand committed Mar 27, 2024
1 parent 28a01ac commit 76e8c80
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1025,7 +1025,7 @@ fun createAddressState(): AddressState = AddressState(
fun createSettingsState(): SettingsState = SettingsState(
stereoSeparation = mutableStateOf(0.875f),
frequencyMin = mutableStateOf(35.0f),
sensitivityA = mutableStateOf(10.0f),
sensitivityA = mutableStateOf(6.0f),
sensitivityB = mutableStateOf(40.0f),
sensitivityC = mutableStateOf(15.0f),
sensitivityD = mutableStateOf(30.0f),
Expand Down

0 comments on commit 76e8c80

Please sign in to comment.