Skip to content

Commit

Permalink
chore: Increase default volume boost amount
Browse files Browse the repository at this point in the history
  • Loading branch information
VampireChicken12 committed Apr 25, 2024
1 parent 3ede9eb commit 4b4f3d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export const defaultConfiguration = {
speed_adjustment_steps: 0.25,
video_history_resume_type: "prompt",
volume_adjustment_steps: 5,
volume_boost_amount: 1,
volume_boost_amount: 5,
volume_boost_mode: "global"
} satisfies configuration;
export const configurationImportSchema: TypeToPartialZodSchema<
Expand Down

0 comments on commit 4b4f3d6

Please sign in to comment.