Skip to content

Commit aed1263

Browse files
Fix cuts conversion to hf datasets (#1546)
1 parent e0a36fc commit aed1263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lhotse/hf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def convert_cuts_info_to_hf(cutset: CutSet) -> Tuple[Dict[str, Any], Dict[str, A
4242
}
4343
cut_info_description = {
4444
"id": Value("string"),
45-
"audio": Audio(mono=False),
45+
"audio": Audio(num_channels=None),
4646
"duration": Value("float"),
4747
"num_channels": Value("uint16"),
4848
}

0 commit comments

Comments
 (0)