Skip to content

Commit

Permalink
Update returnn/hdf.py
Browse files Browse the repository at this point in the history
Co-authored-by: vieting <[email protected]>
  • Loading branch information
michelwi and vieting authored Jul 26, 2023
1 parent 69deef2 commit 258a9b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion returnn/hdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ def __init__(
:param returnn_root: RETURNN repository
:param rounding: defines how timestamps should be rounded if they do not exactly fall onto a sample:
start_and_duration will round down the start time and the duration of the segment
rasr_compatible will round up start and round down the end
rasr_compatible will round up the start time and round down the end time
"""
self.set_vis_name("Dump audio to HDF")
assert output_dtype in ["float64", "float32", "int32", "int16"]
Expand Down

0 comments on commit 258a9b9

Please sign in to comment.