Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
fps to 25
  • Loading branch information
G-force78 authored May 11, 2024
1 parent 0ec875b commit 48df1e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@

parser.add_argument('--asr_save_feats', action='store_true')
# audio FPS
parser.add_argument('--fps', type=int, default=50)
parser.add_argument('--fps', type=int, default=25)
# sliding window left-middle-right length (unit: 20ms)
parser.add_argument('-l', type=int, default=10)
parser.add_argument('-m', type=int, default=50)
Expand Down

0 comments on commit 48df1e7

Please sign in to comment.