Skip to content

Commit

Permalink
eq audio false
Browse files Browse the repository at this point in the history
  • Loading branch information
dunossauro committed Jan 13, 2025
1 parent 2afeb71 commit b2403ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vmh/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def extract_audio(
audio_file: path_arg,
output_file: Path = Argument(default='output.wav'),
eq: bool = Option(
True,
False,
help='Add compression and 10db of extracted audio',
),
):
Expand Down

0 comments on commit b2403ba

Please sign in to comment.