Skip to content

Commit

Permalink
'update'
Browse files Browse the repository at this point in the history
  • Loading branch information
goddamnVincent committed Nov 27, 2024
1 parent 1568b5f commit 3630ccf
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,12 @@ def get_parser():
default=80,
help="""The number of mel bins for Fbank""",
)

parser.add_argument(
"--whisper-fbank",
type=str2bool,
default=False,
help="Use WhisperFbank instead of Fbank. Default: False.",
)
parser.add_argument(
"--speed-perturb",
type=str2bool,
Expand Down

0 comments on commit 3630ccf

Please sign in to comment.